Top "Ms-word" questions

For programming questions related to Microsoft's "Word" editor.

PHP Convert Word file to HTML without losing styling and images

Is there an API for converting word files to HTML without losing the format? Can the google documents API be …

php ms-word docx doc
Get list of sub-directories in VBA

I want to get a list of all sub-directories within a directory. If that works I want to expand it …

vba recursion ms-office ms-word
How can I remove pagebreaks from Microsoft Word?

Word documents are split into pages by default. How do I remove the page breaks and make my document 1 continuous …

ms-word
Creating Microsoft Word (.docx) documents in Ruby

Is 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 documents
Inserting newlines in Word using OpenXML

I am using openxml WordProcessingDocument to open a Word template and replace placeholder x1 with a string. This works fine …

c# ms-word openxml
How can I search a word in a Word 2007 .docx file?

I'd like to search a Word 2007 file (.docx) for a text string, e.g., "some special phrase" that could/would …

python ms-word openxml docx
How do I convert a BibTex bib file to Word 2010 XML?

What's the best way to convert a Bibtex .bib file to an XML file that can be imported by MS …

ms-word bibtex
c# word interop find and replace everything

I 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-2010
VBA: Using WithEvents on UserForms

I 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-word
Best way to export html to Word without having MS Word installed?

Is there a way to export a simple HTML page to Word (.doc format, not .docx) without having Microsoft Word …

html ms-word