G
Guest
Thanks for any help.
I have a macro that opens a new message, I would like to run it
automatically when I start Outlook-is this possible?
I tried:
Private Sub Application_Startup()
blah blah
End Sub
and put in Module 1 and in ThisOutlookSession
But now I get a message saying macros are disabled.
Before I did that, I used F8 to run the macro, and I was able to.
Thanks very much.
I have a macro that opens a new message, I would like to run it
automatically when I start Outlook-is this possible?
I tried:
Private Sub Application_Startup()
blah blah
End Sub
and put in Module 1 and in ThisOutlookSession
But now I get a message saying macros are disabled.
Before I did that, I used F8 to run the macro, and I was able to.
Thanks very much.