I have a similiar problem using Word 2010 to the one described in:
https://www.msofficeforums.com/word-...html#post61030.
I have a document that has multiple macrobuttons located throughout the document to control whether certain text is displayed or hidden. The macrobutton basically calls a bookmark, and based on the macrobutton parameter either displays or hides the bookmarked text. Is there a way to modify the Sub FilePrint() so all the macrobuttons do not print?
I need to be able to preview the print without the macrobuttons if possible.
I have applied your code, and yes, the first macrobutton is not printed. I just need to be able to replicate that throughout the document. Thank you for your time.