Run Macro from Excel?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
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.
 

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

Back
Top