Macro to global

PC1

New Member
Joined
Apr 14, 2002
Messages
1
I want to move my completed macro to the global file so that I can use the macro from any excel spreadsheet not just one workbook(worksheet) at a time. How do I do this. Thanks in advance.
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Save it to Personal.xls

If you have never used Personal.xls then follow the following steps to edit it:

1. Test to see if Personal.xls already exists by going to Windows-Unhide. If this is an option then click unhide and this will unhide personal.xls.
2. Open up VBA and paste your code into a module in Personal.xls
3. If Unhide is not an option, then Personal.xls does not exist.
4. On the Tools menu, point to Macro, and then click Record New Macro.
5. To save the macro in a hidden workbook that is automatically loaded when you start Excel, choose Personal Macro Workbook.
6. Go back to step 1.

_________________
Hope this helps.
Kind regards, Al.
This message was edited by Al Chara on 2002-04-15 11:44
 
Upvote 0

Forum statistics

Threads
1,214,520
Messages
6,120,017
Members
448,937
Latest member
BeerMan23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top