
Signature
Peter Karlström
Midrange AB
Sweden
There is no simple way to do this that doesn't depend on settings on the
user's machine. For example, you can use Hidden text, but this depends on
the user having "Hidden text" checked on the View tab of Tools | Options and
not on the Print tab (not to mention that it doesn't take up space when it's
hidden, so the document layout will change). You could put text in a text
box, which wouldn't print if "Drawing objects" were not checked on the Print
tab, but neither would anything else in the drawing layer, so this would not
be a common user setting.

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> Hi
>
[quoted text clipped - 6 lines]
>
> Regards
In addition to Suzanne’s suggestions, you could also use the Comments
feature on the Reviewing toolbar, but again, the user has be sure to
print without Markup, and a user that forces Normal view may not see
Comments at all. Depends on how much you trust your author to follow
instructions. :)
> Hi
>
[quoted text clipped - 6 lines]
>
> Regards
Suzanne S. Barnhill - 11 May 2007 16:37 GMT
Yeah, I thought about comments, too, but decided that they're even farther
down the scale of "things that can go wrong."

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> In addition to Suzanne’s suggestions, you could also use the Comments
> feature on the Reviewing toolbar, but again, the user has be sure to
[quoted text clipped - 12 lines]
> >
> > Regards
Peter Karlström - 14 May 2007 11:08 GMT
Hi
Thanks for your input.
I desided to go with the Hidden text suggestion.
When a document is opened or created from the template (which consists of
instructions with Hidden text format) the setting for showing Hidden text is
turned on.
When the user want's to print the document a question is asked wether to
print with or without instructions. The Option for printing Hidden text is
the set accordingly.
The question is placed in a class module which initializes on Document_Open
and Document_New.
A public event is created for the event Document_BeforePrint, which captures
the printing command.
Regards

Signature
Peter Karlström
Midrange AB
Sweden
> In addition to Suzanne’s suggestions, you could also use the Comments
> feature on the Reviewing toolbar, but again, the user has be sure to
[quoted text clipped - 13 lines]
> > Regards
> >
Daiya Mitchell - 14 May 2007 18:00 GMT
oh well, if you had said you were capable of coding this, we would not
have been so skeptical! :)
glad you sorted it, and glad you posted the complete solution for the
archives.
> Hi
>
[quoted text clipped - 13 lines]
>
> Regards