Run Macro from Excel?

J

John

I have several Macros in outlook that I would like to be able to run from a
macro in Excel... is this possible?

Application.run somthing?
 
M

Michael Bauer

Am Wed, 17 Aug 2005 06:34:08 -0700 schrieb John:

Not supported but currently working: You can run public declared methods
in ThisOutlookSession from outside by calling
Application.YourMethodName.
 
J

John

thanks

Michael Bauer said:
Am Wed, 17 Aug 2005 06:34:08 -0700 schrieb John:

Not supported but currently working: You can run public declared methods
in ThisOutlookSession from outside by calling
Application.YourMethodName.
 
Top