Hello All
Is it at all possible to do a .Show directly to the watermark dialog you get
to via the menu system clicks of Format -> Background -> Printed Watermark.
We use this watermark dialog a lot and would like to bypass all the menu
clicks.
Here's hoping
Trevor Henderson

Re: Accessing the "Printed Watermark" dialog in XP/2003 by Jay

Jay
Wed Jan 12 10:05:38 CST 2005

Trevor Henderson wrote:
> Hello All
> Is it at all possible to do a .Show directly to the watermark dialog
> you get to via the menu system clicks of Format -> Background ->
> Printed Watermark. We use this watermark dialog a lot and would like
> to bypass all the menu clicks.
> Here's hoping
> Trevor Henderson

Hi Trevor,

Since Microsoft hasn't seen fit to add that dialog to the Dialogs collection
that's accessible from VBA, the best you can do is a SendKeys that simulates
entering the menu selection keystrokes:

Sub DialogWatermark()
SendKeys "%okw"
End Sub

Assign a keyboard shortcut or toolbar button to the macro.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org



Re: Accessing the "Printed Watermark" dialog in XP/2003 by Jonathan

Jonathan
Wed Jan 12 09:55:08 CST 2005


"Trevor Henderson" <Trevor Henderson@discussions.microsoft.com> wrote in
message news:7A3527A1-040C-47EA-93A8-DFD49AF7D2C9@microsoft.com...
> Hello All
> Is it at all possible to do a .Show directly to the watermark dialog you
> get
> to via the menu system clicks of Format -> Background -> Printed
> Watermark.
> We use this watermark dialog a lot and would like to bypass all the menu
> clicks.

Hi Trevor,

Go to Tools Customize. With the Customize dialog open, go to Format,
Background, Printed Watermark, Hold down the Ctrl key and then click the
item & drag it to any toolbar you want it to be available on.

Now that you are aware that it is possible to customize toolbars, you might
be interested in this article.

Creating Custom Toolbars for Templates
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=262


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup