Re: Styles that display but don't print

From: Jay Freedman (jay.freedman_at_verizon.net)
Date: 01/14/05


Date: Fri, 14 Jan 2005 10:16:44 -0500

Hi Jeff,

If you want the space occupied by the nonprinting text to collapse during
printing, then Hidden is the only attribute you can use.

If it's ok to maintain the space, you can define a character style that you
apply to each area of nonprinting text. Change the style's font color to
white, print, and change the color back to black. A macro can do all the
color changes and printing in one step. Reply if you need more information.

-- 
Regards,
Jay Freedman
Microsoft Word MVP          FAQ: http://word.mvps.org
Jeff wrote:
> Unfortunately that's too broad a brush - there is other hidden text
> in the document that I want to remain hidden.
>
> Jeff
>
>> Yes, you can format it as hidden and set your view options to show
>> hidden text. However, I think if you format the display text of a
>> macrobutton in Word as hidden, it will not display.
>> --
>>
>> Charles Kenyon
>>
>> Word New User FAQ & Web Directory: http://addbalance.com/word
>>
>> Intermediate User's Guide to Microsoft Word (supplemented version of
>> Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
>>
>> See also the MVP FAQ: http://www.mvps.org/word which is awesome!
>>  --------- --------- --------- --------- --------- ---------
>> This message is posted to a newsgroup. Please post replies
>> and questions to the newsgroup so that others can learn
>> from my ignorance and your wisdom.
>>
>> "Jeff" <nospam@NoSpam.com> wrote in message
>> news:memo.20050112223510.6997C@eonsol.compulink.co.uk...
>>> Is it possible to format text that displays in a document but does
>>> not print?
>>> (This can be done for Excel macro-buttons - you set the property as
>>> non-printing)
>>>
>>> Jeff