Macros saved in Personal.xlsb file unusable by others on the server

logicrulz

New Member
Joined
Aug 28, 2015
Messages
3
I am new to vba and macros. I saved all the macros I created to personal.xlsb file in an attempt to be able to replicate them at a later date. I then realized that this rendered the macros unusable to the various users of the workbooks on other computers. Can I export the macros to a place on the server to make them available to other users on the workbooks or will I need to recreate the macros and save them in the individual workbooks? Thanks in advance
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
You can export them to a folder on the server and the others can then import them into their Personal.xlsb files. In the VBE, click on each macro and select file-->export
 
Upvote 0
Thanks for the reply. Unfortunately the other users aren't comfortable with excel enough to make that solution work. I will probably just rewrite each one and keep it in the workbook so there's no problems. It just requires multiple duplicates on my part over the coarse of time.
 
Upvote 0

Forum statistics

Threads
1,216,774
Messages
6,132,654
Members
449,742
Latest member
Adar768

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