Top "Word-2007" questions

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

Change text backgroundcolor in Word

the situation: .net 3.5 c# or vb.net(also tested) word 2007 add-in I'm trying to set the Background Color of the …

c# office-interop word-2007 office-addins
Run-time error when canceling a 'Save As' dialog displayed via VBA

I have a macro that formats a document in a certain way, and then saves it, using ActiveDocument.Save. However, …

vba save word-2007
Is it possible to add some data to a Word document?

Is it possible to add (thru the MS Word object model? or by editing file) some custom data (another file …

.net ms-word ms-office word-2007
How can I create a header in a table for each new page with Word interop?

I am trying to create a table with a header. I want this header to be repeated for each new …

c# interop word-2007
Disable Document Template link in Word

through our software, our clients can create Word documents based on a number of templates we provide. This has caused …

ms-word ms-office documents word-2007 word-2010
Copy Paste Table using Variable

I want to store a table in variable cTable and paste this whenever I need it with all formatting. Sub …

vba ms-word word-2007
MS Word Plugin, Adding a button which pops up on right click on selected text

I am working on a shared addin for MS Word 2007. I would like to add a button which pops up …

c# word-2007 shared-addin