With the generous help of someone from this community, I created an AutoNew
macro for a customized template for a client:
MsgBox Prompt:="This form is now automated." & vbCr & "Look at the Status
bar lower left of your " & "screen for instructions on how to complete each
field.", buttons:=vbOKOnly + vbInformation, Title:="Completing Form
Instructions"
The macro works beautifully- too beautifully. The AutoNew macro runs
everytime any new doc is created - even when off of the Normal.dot. What do
I need to do to ensure the AutoNew Macro runs only when a new doc is created
off of the cutomized template only? Thank you and many blessings.
Graham Mayor - 05 Jul 2007 14:36 GMT
Move the macro from normal.dot to the document template.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> With the generous help of someone from this community, I created an
> AutoNew macro for a customized template for a client:
[quoted text clipped - 9 lines]
> doc is created off of the cutomized template only? Thank you and
> many blessings.