Code to run macro when opening an email?

V

Victor Delta

I have a macro which I would like to run (in Outlook 2003) automatically
every time I open an email.

I have searched in vain for some VBA code to do this. Can anyone point me in
the right direction please?

Thanks.
 
M

Michael Bednarek

I have a macro which I would like to run (in Outlook 2003) automatically
every time I open an email.

I have searched in vain for some VBA code to do this. Can anyone point me in
the right direction please?

Doesn't the Activate or the NewInspector or the Open event (or possibly
others) cover this? Note that IMO none of these are trvial to implement.
 
V

Victor Delta

"Michael Bednarek" wrote in message

I have a macro which I would like to run (in Outlook 2003) automatically
every time I open an email.

I have searched in vain for some VBA code to do this. Can anyone point me
in
the right direction please?

Doesn't the Activate or the NewInspector or the Open event (or possibly
others) cover this? Note that IMO none of these are trvial to implement.

---------------------------

Thanks. What is it about using VBA and Outlook that makes it so much more
complicated than the Word and Excel versions!?

V
 
Top