S
Sondra
I followed the instructiosn from MVP Microsoft on how to creat e userform.
It worked perfectly for my application; however, there were a couple fileds I
had to modify.
When I re-saved the template and opened it for a new document the userform
won't open up. Any suggestions? I am using Word 2002
The AutoNew code is:
Sub autonew()
'
' autonew Macro
' Macro created 8/28/2006 by Sondra
'
UserForm1.Show
End Sub
It worked perfectly for my application; however, there were a couple fileds I
had to modify.
When I re-saved the template and opened it for a new document the userform
won't open up. Any suggestions? I am using Word 2002
The AutoNew code is:
Sub autonew()
'
' autonew Macro
' Macro created 8/28/2006 by Sondra
'
UserForm1.Show
End Sub