I used to convert Word documents to PDF via Word Automation: Enumerate the CommandBars until one containing \"PDFmaker\" was found, enumerating its controls and executing it.
I am developing a VB6 COM add-in for Microsoft Word and I have added a button to the Ribbon which will save the document to a database.But before the document is saved, I want to take the user to the
I am trying open a word document for manipulation. However in the code below \'wordApp.Selection\' is always null
I have a requirement to move selected pages from word DocumentA into another word DocumentB. So in the end DocumentB should have its own contents plus selected pages from DocumentA inserted at selecte
I\'m attempting to write find/replace code for Word documents using Word Automation through Interop.Word (11.0).My documents all have various fields (that don\'t show up in Document.Fields) that are s
Each block representing an entity has an icon to collapse it to its header (hiding all properties from the diagram) in the header\'s right-top corner. How do I collapse them all without click开发者_运
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, ove开发者_运维技巧rly broad, or rhetorical andcannot be reasonably answered in its current form.
I have a couple of word documents and want to refer to and view specific sections of these. I thought about splitting the sections into seperate documents and then just viewing the 开发者_运维问答corr
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.