Microsoft Word 2007 is a commercial document editing program used for creating richly formatted documents for printing and distribution.
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-addinsI have a macro that formats a document in a certain way, and then saves it, using ActiveDocument.Save. However, …
vba save word-2007I am trying to create a table with a header. I want this header to be repeated for each new …
c# interop word-2007I want to store a table in variable cTable and paste this whenever I need it with all formatting. Sub …
vba ms-word word-2007I 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