Excel Macro sharing

M

Mark

Hi,
Is there anyway to share macro's between users within
excel 97??

i.e macro's are created, but another user may need to use
these macro's at some point.

Many thanks
 
F

Frank Kabel

Hi
one way: you can export the code of your macro and the
other user imports this code in the VBA editor
Another way: You could create an add-in and distribute
this add-in
 
Top