View Single Post
 
Old 03-20-2014, 09:24 AM
glowackt glowackt is offline Windows 7 64bit Office 2010 32bit
Novice
 
Join Date: Mar 2014
Posts: 3
glowackt is on a distinguished road
Default Conditionally hiding parts of a document

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.
Reply With Quote