Saving Macro

W

whatzzup

Good morning, can anyone tell me how to save a Recorded Macro to be used
later on a different workbook.
 
M

Mike H

Hi,

One way is to copy it to personal.xls which is a private and hidden workbook
that opens with Excel.

To do this open VB editor (Alt + F11) and look for personal.xls on the left
hand side if you don't see it tap Ctrl+R to open project explorer.

If it isn't there you need to create one and to do this follow the
instructions here
http://www.rondebruin.nl/personal.htm

Once you've done that copy your macro into a personal.xls module for future
use.

Mike
 
B

Bob Phillips

You should save it to Personal.xls. This will be an option from a dropdown
list (Store macro in) when you start the recorder.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top