How to start a Userform when Word is started
Hi,
I tried some versions to start my Userform when Word starts.
When you start word, a new document opens and shows.
I tried to do:
Private Sub Document_New()
myForm.Show
End Sub
This works, when I start a new document and Word is open already, but works not when I start Word with this automatically created new document.
Which code starts the Userform in unison with Word itself?
Regards
Dietrich
|