Saving macros from Personal xls

inarbeth

Well-known Member
Joined
Apr 8, 2002
Messages
912
I want to save the macros I have created (and which are stored in Modules in personal.xls) to a jumpdrive. This is (a) to back them up and (b) to have useful code if I use Excel on another machine. Is there a way to be this en bloc without having to cut and paste individual macros?
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Hi,

If you go into VBE and then make sure you can see the Project Viewer.

Right click the module and select Export. Then you can save it to your desktop as a *.BAS file then copy to jump drive.

You can import these file types in a similar way.

Any use?

James
 
Upvote 0
Many thanks - that works fine. It's a pity you can't export all the modules in one go but I've selected the ones I need.
 
Upvote 0
Of course, you could just copy your personal.xls to the jump drive.
 
Upvote 0

Forum statistics

Threads
1,203,453
Messages
6,055,530
Members
444,794
Latest member
HSAL

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