Top "Ms-word" questions

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

Position cursor at start/end of Word document

We are manipulating our Word 2007 documents from .Net using Word Interop. Mostly doing stuff with fields as in: For Each …

.net interop ms-word mergefield
Manipulating Word documents on server without Office installed (ASP.NET)

I'm working on a code to make a MS Word to HTML system. After googleing for about half a minute, …

c# asp.net ms-word
Insert dynamic date field in mail merge

This seems like a basic question but I can't seem to figure out how to do it. I want to …

date ms-word mailmerge
how to disable line wraparound in Microsoft Word 2010 outline view

In outline view, the lines begin wrapping around if they're more than about 50 characters or so. How can this wraparound …

ms-word outline unwrap
Add a row to an existing table in a Word Document (open XML)

I need to open an existing Word document (.docx) with an existing table (with, for example, 3 columns) and add a …

c# ms-word openxml
Add Header and Footer to an existing empty word document with OpenXML SDK 2.0

I'm trying to add a Header and Footer to an empty word document. I use this code to add Header …

c# header ms-word footer openxml-sdk
How do I get started with PyWin32

I am looking for good resources to get started with pywin32. I haven’t found much in the way of …

python excel python-3.x ms-word pywin32
Add Blank Line to Word Output RMarkdown

Good day. I am trying to create a conference abstract submission using a rmarkdown file which exports to a word …

ms-word rstudio knitr r-markdown blank-line
Can I merge two Microsoft Word documents reliably with Subversion?

We have concurrent edits happening on Word documents and I want to make sure that Subversion can handle merging .doc …

svn merge ms-word