That does not make the userform show on document open.
Sub Document_Open()
UserForm1.Show
End Sub
If you have the code (Document_NEW) in the template, then when the template
is used to make a NEW document, the userform will display.
I have no idea what you mean by that.
In any case, if you want a document to display a userform on document open,
then you must have the show instruction in a Document_Open procedure in the
ThisDocument code module of the document (not the template).
--
Gerry
Message posted via http://www.officekb.com