moving a macro to a new workbook

K

KARomain

I have a fairly large macro that I created in a personal.xls that I need
other individuals to have access to.

Can I copy the existing macro to a new workbook??
 
G

Gary L Brown

From the VBE:
- you can export it from Personal.xls and then import it to the new workbook
or
- create a new module in the new workbook, go to the Personal.xls, highlight
and copy the macro, go to the new module and paste.

HTH,
 
Top