Top "Ms-word" questions

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

Cannot debug or run Word AddIn because the required version of Microsoft Office is not installed

I need to work on an existing Word 2007 addIn project that's a part of a MSVS 2008 solution. However, when I …

.net ms-word ms-office add-in office-interop
How do you mail merge a word document in c#

What I'm trying to achieve In my c# application I would like to generate a report (word document) from data …

c# ms-word mailmerge
Create Range from current cursor position Word 2010 VBA

I have a .docm document with a user form. On the user form I have a button that needs to …

vba ms-word word-2010
How do you display a formatted Word Doc in HTML/PHP?

What is the best way to display a formatted Word Doc in HTML/PHP? Here is the code I currently …

php ms-word openxml doc
C# return memory stream from OpenXML resulting to a corrupted word file

I have a problem with a MemoryStream from OpenXML. I succeed with opening a Word file, changing it and downloading …

c# .net ms-word openxml memorystream
Testing if a string is null

I am pretty new in VBA and I have not yet got used to the syntax completely, so I'm sorry …

vba ms-word requirements
Converting docx/odt to PDF using JavaScript

I have a node web app that needs to convert a docx file into pdf (using client side resources only …

javascript node.js ms-word converter jspdf
Set columnwidth of a table in XWPFTableCell (docx)

I'm generating a docx file with apache-poi. In the wordfile, I add tables, whose columns have a width I would …

java ms-word apache-poi openoffice-writer xwpf
SaveAs vs SaveAs2 in the Microsoft Office Word object model

It looks like SaveAs has gone away in Office 2010 in favor of SaveAs2. What is going on here? Are there …

api com ms-word activex ms-office
Streaming In Memory Word Document using OpenXML SDK w/ASP.NET results in "corrupt" document

I am unable to stream a word document that I create on the fly down to the browser. I am …

c# asp.net .net ms-word openxml