share macro

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

Guest

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
(e-mail address removed)
 
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.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



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?
 
Back
Top