M
Mike
How can I get a macro to run when the user opens word template?
I want to display a message box when word is started.
Here's my code i'm trying to execute;
Private Sub Document_Open()
MsgBox "hey there"
End Sub
is this correct? I have it under
Normal --> Microsoft Word Object --> ThisDocument
is that the correct spot to have this code, or should it be somewhere else?
I want to display a message box when word is started.
Here's my code i'm trying to execute;
Private Sub Document_Open()
MsgBox "hey there"
End Sub
is this correct? I have it under
Normal --> Microsoft Word Object --> ThisDocument
is that the correct spot to have this code, or should it be somewhere else?