Hi,

To the Word template I have to put some elements that
should be hided when I print the document.

For example, the text block with the number of the
document - if the field "number" is empty, whole block
should be hided in the print version. Second example -
the background vector picture that should have optional
preference - hide/show when printing.

Thank you in advance.

Re: Hiding some elements when printing by Doug

Doug
Wed Jul 02 18:16:16 CDT 2003

Hi Alex,

For the first one use an If ... then ...Else field that checks for the
existence of the number and displays the text block with the number only if
it is present.

For the second one, in the Tools>Options>Print dialog, uncheck the Drawing
objects item.

Please respond to the newsgroups for the benefit of others who may be
interested.

Hope this helps
Doug Robbins - Word MVP
"Alexey Chekanov" <a_chekanov@msn.com> wrote in message
news:015c01c340b1$feab63e0$a101280a@phx.gbl...
> Hi,
>
> To the Word template I have to put some elements that
> should be hided when I print the document.
>
> For example, the text block with the number of the
> document - if the field "number" is empty, whole block
> should be hided in the print version. Second example -
> the background vector picture that should have optional
> preference - hide/show when printing.
>
> Thank you in advance.



Re: Word: Hiding some elements when printing by Word

Word
Fri Jul 04 21:33:45 CDT 2003

G'day "Alexey Chekanov" <a_chekanov@msn.com>,

bookmark the areas.
Have a macro t run before print that makes the font of the bookmark
ranges .hidden = True.



"Alexey Chekanov" <a_chekanov@msn.com> was spinning this yarn:

>Hi,
>
>To the Word template I have to put some elements that
>should be hided when I print the document.
>
>For example, the text block with the number of the
>document - if the field "number" is empty, whole block
>should be hided in the print version. Second example -
>the background vector picture that should have optional
>preference - hide/show when printing.
>
>Thank you in advance.

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.
Email: word_heretic@yahoo.com.au
Products: http://www.geocities.com/word_heretic/products.html
Spellbooks: 728 pages of dump left and dropping...

The VBA Beginner's Spellbook: For all VBA users.