shared macros

  • Thread starter Thread starter bbry
  • Start date Start date
B

bbry

Is there a way to copy macros developed in outlook vba
to a shared folder and have users connect to the share and
run macros?
I have just started using a macro and I want the office to
be able to use it? is this possible or is it better to be
done local I wont be changing it. If so local where are
macros kept? and how can I copy them to a different machine


Thanks
 
Thanks Sue

if I develop some macros can I then copy them individually
from one PC that I created them ON and have others use
those macros? better yet which files would I copy or would
it be that file

vbaproject.otm or is that the name of the project.

Thanks
 
vbaproject.otm is the VBA project file. You'd probably be better off
exporting from your project and giving the resulting files to others to
import. The right way to do it, though, is with a COM addin.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top