AUTO RUN A MACRO ON OPENING OUTLOOK

M

middoabs

I have written a macro to run a .pps file and would like to know If & How I
can configure Outlook 2003 to automatically run the macro at startup.
 
M

middoabs

Thank you Michael, but i'm pretty new at this & not sure how to do that.
Could you please elaborate.

Regards.....Peter(middoabs)
 
M

Michael Bauer [MVP - Outlook]

Open the Outlook VBA editor (alt+f11), the n the modul "ThisOutlookSession"
and paste this:

Private Sub Application_Startup()

End Sub

That will be executed on startup if macros are enabled
(Tools/Macros/Security).

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool:
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Wed, 21 May 2008 23:28:09 -0700 schrieb middoabs:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top