Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how run VB automatic upon start?

0 views
Skip to first unread message

Ian Elliott

unread,
Dec 19, 2005, 9:00:02 PM12/19/05
to
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.

Michael Bauer

unread,
Dec 20, 2005, 2:13:04 AM12/20/05
to
Am Mon, 19 Dec 2005 18:00:02 -0800 schrieb Ian Elliott:

You need to set the macro security to a level that allows code execution
(medium or low) or create a certificate for your VBA project.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook

0 new messages