Top "Word-2010" questions

Word-2010 is to be used for Microsoft Word version 2010, a non-free commercial word processor designed by Microsoft.

How can I change text color via keyboard shortcut in MS word 2010

While typing sentences I would like to change the text color at few places. To do so I have to …

ms-word word-2010
How do I create a hyperlink from Word to Excel specific cell, without macros/vba?

In reference to Creating hyperlink from Excel FlowChart to MS Word Heading I would like to know the correct syntax …

hyperlink excel-2010 word-2010
Convert only 1st Word document page to PDF

I'm using Office 2010 interop and C# 4. How can I convert just the 1st page of a word document to PDF? …

c#-4.0 pdf-generation office-interop word-2010
Change the footer in a word document with VBA code / Macro

How can I change the footer information in a word document with VBA? When the document is loaded, the VBA …

vba footer word-2010
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
Save the cursor position in a document and return there later on

I have a macro that scans my document for Heading 1 styles, and consequently the cursor is moved to after the …

vba ms-word word-2010
How do you correctly set document properties using VBA?

The problem I'm having some trouble setting document properties using VBA in Word 2010. I have a document containing several Heading 1 …

vba ms-word word-2010
VB 2010 Open Word Document

I need to open an existing Word document from within my VB 2010 application and detect when the user has closed …

vb.net visual-studio-2010 word-2010
Print certain pages only

I have the following code which works fine: Application.PrintOut FileName:="", Copies:=2 This prints my 10 page document twice. I now …

vba office-2010 word-2010
Remove paragraph mark from string

I have a macro that finds all of the 'Heading 1' styles within my document and lists them in a …

vba ms-word word-2010