How to run a macro in outlook from Addin?

  • Thread starter Thread starter Mat
  • Start date Start date
M

Mat

In word, it's possible from code to run a macro.
applicatin.run macroname.

What about outlook?
 
It should work, if the macro is in the ThisOutlookSession module, but the technique is not supported.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top