Sharing Macros

  • Thread starter Thread starter Oded Agam
  • Start date Start date
O

Oded Agam

Hi,

I've created a macro on Outlook 2002 using the VBA editor
and it runs fine. Now I want to use this same macro on a
different computer. How do I export/import it? I've
tried doing what is explained in the help: I exported
the "ThisOutlookSession" code into a file called
ThisOutlookSession.cls and then on the other computer I
opened the VBA editor and did File Import to this file.
It was imported as a new class and not into the
ThisOutlookSession group. So, I can't really run it on
the second computer.
Any suggestions?

Thanks,
(e-mail address removed)
 
Copy the code from that class and paste it into the correct
ThisOutlookSession module.
 

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