Macro Copying

echomakr

Board Regular
Joined
Apr 20, 2008
Messages
65
I have a macro in my personal.xlsb workbook. I want this macro to be in the workbook I use it in so the network can use thie macro when they open it.

Anyone the cleanest way to locate this macro in it's intended workbook?
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
I would think you can do the following:

1) Open Excel
2) Open the VB Editor
3) Go to your macro in the Personal folder (whichever module it is) and press Ctrl A. This will select all info in the module. Once selected, copy it
4) Open the spreadsheet you want the macro to be in
5) Go to the VB Editor and add a module to that spreadsheet
6) In the Code Module, paste your copied code
7) Save the workbook that you want to distribute (this will save the macro too)

I hope that helps = )
 
Upvote 0

Forum statistics

Threads
1,215,523
Messages
6,125,320
Members
449,218
Latest member
Excel Master

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