Running my own macro from all my excel workbooks

jencajenca

New Member
Joined
Jan 25, 2009
Messages
8
Hi!

I would like to make a button for my macro to be used in every document opened with my version of Excel. Is there any way of placing a module.bas in the application folder somewhere?

Thanks for the help!

//Jenny
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
you could add your macro to your personal macro workbook (found in VBA editor under personal.xls)

this will make it available in all open workbooks
 
Upvote 0
I really like the idea of making an addin, although I don't quite understand how. I have written a sub (it doesn't have to be a function, right?) and saved the file as an .xla under C:\Documents and Settings\MYUSERNAME\Application Data\Microsoft\AddIns. Afterwards, I have gone to excel and added the addin via tools -> Addins. Although when I open a new workbook, it cannot find the macro!? What do i do wrong?
 
Upvote 0
You are correct, it isn't restricted to Functions.

Does the Add-in show in the Project window in the Visual Basic Editor?
 
Upvote 0
I would rather put up a personal.xls file for all of my macros. I would use add-ins only when I have to work on multiple computers, something sort of a network.
 
Upvote 0

Forum statistics

Threads
1,215,555
Messages
6,125,490
Members
449,234
Latest member
slzaleski

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