M
Mark Dormer
I have a normal.dot template with some code in it to display a form.
Private Sub Document_New()
frmClassification.Show
End Sub
If I open the template directly it displays the form.
If I open Word from the Start Menu, it doesn't.
If I use File New once Word is open, it does work.
Seems to be a slight difference in how Word opens the first time. I recall
this from years past.
Can anyone fill me in on what it is and how to work around it.
Just for background
I need to call a form to get user input.
The input is about the type of document and is used to insert text in the
headers and footers.
I need this to apply to every document created or opened in any way.
I need to apply it so when the document is printed the header and footer
text is inserted.
I don't need to leave the headers and footers in the document
It is so when printed and left lying on the printer, we can seee the rating
of the document and the username who printed it.
Regards
Mark Dormer
Private Sub Document_New()
frmClassification.Show
End Sub
If I open the template directly it displays the form.
If I open Word from the Start Menu, it doesn't.
If I use File New once Word is open, it does work.
Seems to be a slight difference in how Word opens the first time. I recall
this from years past.
Can anyone fill me in on what it is and how to work around it.
Just for background
I need to call a form to get user input.
The input is about the type of document and is used to insert text in the
headers and footers.
I need this to apply to every document created or opened in any way.
I need to apply it so when the document is printed the header and footer
text is inserted.
I don't need to leave the headers and footers in the document
It is so when printed and left lying on the printer, we can seee the rating
of the document and the username who printed it.
Regards
Mark Dormer