
Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
"red.sys" & chr(64) & "t-online.de"
Word 2002, Windows 2000
Helmut isn't that what I have done?? I tried setting it up on each If
statement but that changed nothing.
I know that I have used the same code with command buttons and it works.
Completely lost Susan
> Hi Susan,
>
[quoted text clipped - 11 lines]
> ' ...
> end with
Tony Jollans - 04 May 2006 11:59 GMT
Hi Completely lost Susan,
No, that isn't what you have done :)
This line ...
With ActiveDocument.AttachedTemplate
says work with the *Template*, when what you probably want is ...
With ActiveDocument
which says work with the *Document*.
--
Enjoy,
Tony
> Helmut isn't that what I have done?? I tried setting it up on each If
> statement but that changed nothing.
[quoted text clipped - 24 lines]
> > "red.sys" & chr(64) & "t-online.de"
> > Word 2002, Windows 2000