Top "Word-2007" questions

Microsoft Word 2007 is a commercial document editing program used for creating richly formatted documents for printing and distribution.

Clear / Empty Variable for next loop

I am having a situation in which I need to clear the variable lastWord so that msgbox show nothing in …

vba ms-word word-2007
Add a filename field without .doc extension in document header

Working in Office 2007, I'd like to add a filename field in my document header. The document will later be a …

ms-word word-2007
How to Jump to a Bookmark in Word-VBA and insert text?

I am trying to create a Word document with a very simple word macro. The macro searches for a bookmark …

vba ms-word word-2007
Is there an inverse mode for Microsoft Word?

I'm wondering if there's any way to invert the colors in Microsoft Office Word - that is, view white text …

ms-word ms-office office-2007 word-2007
How do you change the content of a content control in Word 2007 with OpenXml SDK 2.0?

About to go mad with this problem. I'm sure it's so simple I'm just missing it, but I cannot for …

openxml word-2007
Programatically insert a Word document into an existing document (Word 2007)

I have a Word 2007 document that I want to insert an exsiting Word document into - while preserving the header/…

c# api insert word-2007
Word VBA "Project is unviewable"

Does anyone know how to make a template viewable in Word 2007? I created a template, Experiments.dotm, added it using …

vba ms-word word-2007
Pasting source code in word 2007

If i try to paste source code in word 2007 the spacing between the lines seems to get messed up as …

ms-word code-formatting word-2007
Insert line break in MS word table

I'm trying to insert a line break into a table cell. So far I've been trying to manipulate the range …

ms-word vsto word-2007