Does anyone know how when programmatically iterating through a word document, you can tell if a paragraph forms part of a table of contents (or indeed, anything else that forms part of a field).
I\'ve been tasked with generating QR Codes for some documents (Word 2010) using values already filled in by users in some form fields.
I\'m needing to display the name of the month after the current month in a Word 2003 d开发者_JAVA技巧ocument.
I\'m trying to send an email merging one document (.docx) with a contacts database (via OleDB). Using MS Word 2007, it seems easy (it works for easy things: name, address, ...) but I can\'t find how f
I have VBA code that prints a word document generated from a word template with form fields and then has to unprotect it to change the header and print the doc again. When I unprotect the doc 开发者_C