Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Harvey Harvey is offline
external usenet poster
 
Posts: 131
Default word 2003 watermark dialogbox

I want to use word 2003 built in watermark dialog box in my VBA code but I
cannot find it in "built in dialog box argument lists" .
Dialogs(wd?).show .

  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Tony Jollans Tony Jollans is offline
external usenet poster
 
Posts: 1,308
Default word 2003 watermark dialogbox

Not all dialogs can be used that way. Some have built in Word constants,
others can be reached via ID numbers if you know them. I don't think the
Watermark dialog can be used at all. You could try using

Application.CommandBars.FindControl(ID:=4003).Exec ute

to display it.

--
Enjoy,
Tony


"Harvey" wrote in message
...
I want to use word 2003 built in watermark dialog box in my VBA code but I
cannot find it in "built in dialog box argument lists" .
Dialogs(wd?).show .


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Harvey Harvey is offline
external usenet poster
 
Posts: 131
Default word 2003 watermark dialogbox

Thanks it works but do you know how to access watermark dialogbox properties
for example : location of the text or size of the text in VBA. I'm trying to
use watermark dialog box to insert small watermarks on the buttom of the
page(not in the middle of the page). I don't want to use the old trick of
using headers or footers because its slow and also i have other things in
header and footer so somtimes it dosn't work properly.

"Tony Jollans" wrote:

Not all dialogs can be used that way. Some have built in Word constants,
others can be reached via ID numbers if you know them. I don't think the
Watermark dialog can be used at all. You could try using

Application.CommandBars.FindControl(ID:=4003).Exec ute

to display it.

--
Enjoy,
Tony


"Harvey" wrote in message
...
I want to use word 2003 built in watermark dialog box in my VBA code but I
cannot find it in "built in dialog box argument lists" .
Dialogs(wd?).show .



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Tony Jollans Tony Jollans is offline
external usenet poster
 
Posts: 1,308
Default word 2003 watermark dialogbox

I don't think you can do it - except perhaps with the notorious SendKeys.

There doesn't seem to be much information about exactly how watermarking in
Word 2003 works but it does use what you call the old trick of adding a
graphic to each header so you have it whether you like it or not - but
there's no reason for it to cause a problem normally. If you're doing this
in code, there's no reason why you shouldn't either add the graphics
yourself or manipulate the ones added by the dialog after they've been
added.

--
Enjoy,
Tony


"Harvey" wrote in message
...
Thanks it works but do you know how to access watermark dialogbox
properties
for example : location of the text or size of the text in VBA. I'm trying
to
use watermark dialog box to insert small watermarks on the buttom of the
page(not in the middle of the page). I don't want to use the old trick of
using headers or footers because its slow and also i have other things in
header and footer so somtimes it dosn't work properly.

"Tony Jollans" wrote:

Not all dialogs can be used that way. Some have built in Word constants,
others can be reached via ID numbers if you know them. I don't think the
Watermark dialog can be used at all. You could try using

Application.CommandBars.FindControl(ID:=4003).Exec ute

to display it.

--
Enjoy,
Tony


"Harvey" wrote in message
...
I want to use word 2003 built in watermark dialog box in my VBA code but
I
cannot find it in "built in dialog box argument lists" .
Dialogs(wd?).show .





Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting WordPerfect 12 files to Word 2003 Curious New Users 4 May 19th 23 02:48 PM
How to put graphics on envelopes? Steve Koenig Microsoft Word Help 21 April 29th 23 02:47 AM
Word & WordPerfect MrsMac Microsoft Word Help 5 June 10th 06 03:14 AM
hard space between words. Sandy L Microsoft Word Help 7 May 5th 06 08:25 PM
In Word, how can I see all files (*.*) in "save as"? citizen53 New Users 8 April 4th 05 04:56 PM


All times are GMT +1. The time now is 06:29 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"