auto start macro

R

radika

i want a macro to run automatically everytime i start
outlook.

is it possible ?

how?
 
S

Sue Mosher [MVP]

Yes. Put the code you want to run in the Application_Startup event handler
in the built-in ThisOutlookSession module.
 
Top