Dynamic Watermarking is it possible?

  • Thread starter Thread starter FredWestsThumb
  • Start date Start date
F

FredWestsThumb

Hi,

Does anybody have any ideas how I can lift the contents of a text bo
and then dynamically watermark each page of a document? and if so ho
could the process be triggered on departing from the text box?.

Any suggestions will be most welcome.

Thanks in advance.

FW
 
I guess that you don't have Word 2002 or 2003 where watermarking is a built
in function? There's good help in earlier versions of Word that describes
how to create a watermark.

--
Terry Farrell - Word MVP
http://word.mvps.org/


message :
: Hi,
:
: Does anybody have any ideas how I can lift the contents of a text box
: and then dynamically watermark each page of a document? and if so how
: could the process be triggered on departing from the text box?.
:
: Any suggestions will be most welcome.
:
: Thanks in advance.
:
: FWT
:
:
: ------------------------------------------------
:
:
:
 
Hi,

I'm using Word2002 I can set a Watermark using the menu's but I really
want to capture the client's name and build some macro's to control the
deleting and re-enabling of the watermark if they key something
different.

I'm using the following code to delete the watermark ...

Selection.HeaderFooter.Shapes("PowerPlusWaterMarkObject1").Select
Selection.Delete

My next question would be how can I check that the PowerPlusWaterMark
object exists and only delete if if it does.

My plan is to .......

1) Capture the client name using a dialog box
2) Delete the watermark if present
3) Set the watermark to the client name
4) Set the first text field on a page to the client name

4) If possible replace the use of a dialog box to capture the name with
stripping it out of a text field.

I think I should post this in the VBA section as well.
 
Back
Top