Macro Help

D

Dave L

Is there any way to copy a macro that is stored in your Personal Macro
Workbook and transfer it to a different user at a different computer? Can I
e-mail it to another user?
 
G

Gord Dibben

ALT + F11 to get to the VBE.

Double-click on your module to open it.

Copy the macro text and paste into the body of your email to other user.

OU can then copy and paste to a module in his Personal.xls.


Gord Dibben MS Excel MVP
 
Top