P
Patrick Simonds
How do you get a macro to run when a template is opened? The code below
works fine in a regular document, but after I saved the document as a Macro
Enabled Template, it does not run when the template is opened.
Private Sub Document_Open()
UserForm1.Show
End Sub
works fine in a regular document, but after I saved the document as a Macro
Enabled Template, it does not run when the template is opened.
Private Sub Document_Open()
UserForm1.Show
End Sub