For programming questions related to Microsoft's "Word" editor.
Word documents are split into pages by default. How do I remove the page breaks and make my document 1 continuous …
ms-wordIs there an easy way to create Word documents (.docx) in a Ruby application? Actually, in my case it's a …
ruby-on-rails ruby ms-word documentsI am using openxml WordProcessingDocument to open a Word template and replace placeholder x1 with a string. This works fine …
c# ms-word openxmlWhat's the best way to convert a Bibtex .bib file to an XML file that can be imported by MS …
ms-word bibtexI have some code to replace text inside a word 2010 docx. object fileName = Path.Combine(System.Windows.Forms.Application.StartupPath, "…
c# visual-studio-2010 ms-word office-interop office-2010I have a Word userform with 60+ controls of varying types. I would like to evaluate the form every time a …
forms vba events event-handling ms-wordIs there a way to export a simple HTML page to Word (.doc format, not .docx) without having Microsoft Word …
html ms-word