J
Julianne
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.
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.