View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sgreville sgreville is offline
external usenet poster
 
Posts: 1
Default Calling Outlook Macro

Hi there

I need to call a procedure in a Outlook VBA module and i was wondering if i
can do this from an Excel VBA module.
What i am trying to do is disable an event handler in outlook while the
excel application is running and rinstate it once the code is run.
Or could i directly disable this from excel.
I am declaring the event using withevents and it is for the item add event
in the inbox.

many thanks in advance
Stuart