Printing Text Boxes

  • Thread starter Thread starter Dave C
  • Start date Start date
D

Dave C

I have a document where a logo is contained within a textbox in the page
header and a command button is in another text box. I need to print the text
box containing the logo but not the one containing the command button. I've
read how to print all or none by setting the print drawing objects on the
print tab in options but can someone advise the best method to print selected
text boxes and their content.

Thanks ... Dave
 
Assign a bookmark to them and use code to toggle the format the font in the
Range of the bookmark as hidden and set the print options so that hidden
text is not printed.

--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.
 
Back
Top