Can I have a conditional watermark?

J

Jane C

Hi, I've searched for an answer to this on various forums but can't find
anything. Is it possible to make a watermark conditional on the value of a
field or bookmark? I.e. I have a document status, which is bookmarked. If
the contents of the bookmark are "Draft", I'd like a text DRAFT watermark to
appear. When the document status is changed to Final, I'd like the watermark
to disappear automatically. I don't want to use VBA, and I'm using Word 2003
running on XP.

Thanks.
 
G

Greg Maxey

Jane C,

Yes. Well almost. Something will have to trigger the change. Simply
typing "Final" in the bookmark "Status" [Final] range won't do it.

You can create an AutoText entry of your Watermark. Call it myWatermark.
Insert some nested fields in the header:

{ IF {REF Status}="Draft"{AutoText myWatermark}""}

Provided "Update Fields" is set in your printer options then toggling
through Print Preview will trigger the update. Otherwise your users will
have to click in the header, CTRL+a (select all) and update fields (F9).
 
J

Jane C

Hey that's very cool, thanks Greg.

Greg Maxey said:
Jane C,

Yes. Well almost. Something will have to trigger the change. Simply
typing "Final" in the bookmark "Status" [Final] range won't do it.

You can create an AutoText entry of your Watermark. Call it myWatermark.
Insert some nested fields in the header:

{ IF {REF Status}="Draft"{AutoText myWatermark}""}

Provided "Update Fields" is set in your printer options then toggling
through Print Preview will trigger the update. Otherwise your users will
have to click in the header, CTRL+a (select all) and update fields (F9).


Jane said:
Hi, I've searched for an answer to this on various forums but can't
find anything. Is it possible to make a watermark conditional on the
value of a field or bookmark? I.e. I have a document status, which
is bookmarked. If the contents of the bookmark are "Draft", I'd like
a text DRAFT watermark to appear. When the document status is changed
to Final, I'd like the watermark to disappear automatically. I don't
want to use VBA, and I'm using Word 2003 running on XP.

Thanks.

--
Greg Maxey

See my web site http://gregmaxey.mvps.org
for an eclectic collection of Word Tips.


.
 

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

Top