M
Matt
I've created a form that users fill in for a template
that automatically drops info into the header and title.
I've coded everything and I've run the code and it works
perfectly. What I can't figure out is how do I get the
code to work every time a user opens the template and a
new document is created? The form should open
automatically when the user clicks on the template.
Here is the code I tried:
Public Sub Document_New()
Relfrm.Show
End Sub
I'd really appreciate some help on this.
Thank You,
Matt
that automatically drops info into the header and title.
I've coded everything and I've run the code and it works
perfectly. What I can't figure out is how do I get the
code to work every time a user opens the template and a
new document is created? The form should open
automatically when the user clicks on the template.
Here is the code I tried:
Public Sub Document_New()
Relfrm.Show
End Sub
I'd really appreciate some help on this.
Thank You,
Matt