How do I send a macro that I created for Outlook to another user on another computer? If I use the export then it exports a class file that when imported does not go into the ThisOutlookSession so it cannot be run on a different computer
Is there a way to create an install for this macro that will go into Outlook and create an icon on one of the toolbars that the user can click to run the macro
Thanks
oded@agams.com
The other user would have to copy and paste the code into
ThisOutlookSession.
Outlook macros are intended for personal use. The best solution for
distributing code to other people is a COM add-in.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> How do I send a macro that I created for Outlook to another user on another computer? If I use the export then it exports a class file that
when imported does not go into the ThisOutlookSession so it cannot be run on
a different computer.
> Is there a way to create an install for this macro that will go into Outlook and create an icon on one of the toolbars that the user can click to
run the macro?
> Thanks,
> oded@agams.com