For programming questions related to Microsoft's "Word" editor.
I'm attempting to write find/replace code for Word documents using Word Automation through Interop.Word (11.0). My documents all have …
c# .net ms-word office-interop word-automationWell, really the title of the question says it all. There are similar questions on SO already. But here's some …
pdf ms-word ms-office pdf-conversionI'm trying the following code in a Windows Form application. I'm not sure what I'm doing wrong (and I could …
c# ms-word bookmarksI've looked at the documentation for table cell objects and selection objects in VBA, and I didn't see any way …
vba ms-word tablecellHow do I use the word editor in a WPF application? Is it possible using windows forms hosting in WPF …
wpf editor ms-word ms-office avaloneditI have written a form based document generation macro (in VBA) for distribution to a sales team. For their ease …
vba ms-word word-2013I'm trying to use the python-docx module to replace a word in a file and save the new file with …
python ms-word docx python-docxUgh. Word is notorious for its bloated, convoluted, non-standards-compliant, non-semantic HTML. Unfortunately, I have a professor who is requiring us …
html css ms-word generated-codeI'm using rundll32 url.dll,FileProtocolHandler my_file.dotx to open files under Windows. It works fine with .docx documents, …
java windows command-line ms-word rundll32