Can I Not Print Certain Sections oor Certain Styles in Document?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have Word 2002 and Windows XP.

Is there a way that I can create a certain style which will not be printed,
only viewed in a document?

Along those lines, Is there a way that I can create certain sections within
a document that I could mark so that they are not printed.

I know I could do this as a comment, but that won't work for meas it needs
to look organic to the document on the screen.

Thanks!
Monte
 
You can write a macro (see
http://www.word.mvps.org/FAQs/MacrosVBA/InterceptSavePrint.htm and
http://www.gmayor.com/installing_macro.htm) that changes the
visibility of the style, prints the document, and then restores the
visibility. Exactly how you change the visibility depends on what you
want to do to the layout -- if you want the space occupied by the
invisible text to collapse, then set it to Hidden, or if you want the
space to remain as is, then change its font color to white.

For the "certain sections", you can insert a bookmark to enclose the
section, and have the macro change the visibility of the bookmarked
range in a similar way. Again, exactly how you do that depends on the
layout requirements, and also on whether there may be direct
formatting (italic, bold, etc.) in the section.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 
Thanks!

Jay Freedman said:
You can write a macro (see
http://www.word.mvps.org/FAQs/MacrosVBA/InterceptSavePrint.htm and
http://www.gmayor.com/installing_macro.htm) that changes the
visibility of the style, prints the document, and then restores the
visibility. Exactly how you change the visibility depends on what you
want to do to the layout -- if you want the space occupied by the
invisible text to collapse, then set it to Hidden, or if you want the
space to remain as is, then change its font color to white.

For the "certain sections", you can insert a bookmark to enclose the
section, and have the macro change the visibility of the bookmarked
range in a similar way. Again, exactly how you do that depends on the
layout requirements, and also on whether there may be direct
formatting (italic, bold, etc.) in the section.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top