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
Doug Robbins - Word MVP - 29 Aug 2006 04:53 GMT
Did you open it using File>Open or did you create a document from it using
File>New? It should be the latter.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I followed the instructiosn from MVP Microsoft on how to creat e userform.
> It worked perfectly for my application; however, there were a couple
[quoted text clipped - 13 lines]
> UserForm1.Show
> End Sub