Can't add macro to Quick Access Toolbar

Bagharmin

Board Regular
Joined
Nov 22, 2010
Messages
168
I manually added a module to my Personal.XLS workbook and was going to add it to the Quick Access Toolbar (Excel 2010 on Windows 7), but Excel doesn't show it as one of the available macros. I can see it (called "Pricing") plain as day in the project window and I'm looking at the code, but it isn't listed in the box Excel gives you when you select "Macros" in the "Choose commands from:" box.

I looked and I only have the one Personal.XLS file (in the XLSTART folder). I've worked on this for a few days now, so it's been saved and Excel has been closed and opened several times.

What do I need to do to make it an available macro in Excel?

Thanks.
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
In Excel 2010 the personal workbook is usually "PERSONAL.XLSB", but assuming your personal workbook uses a .XLS extension, does your module possibly begin with "Private", i.e Private Sub Pricing() ?? If yes, you'll need to remove the Private label before you can assign it to the QAT.
 
Upvote 0
Thank you very much. That took care of it. I'll definitely remember that going forward.
 
Upvote 0

Forum statistics

Threads
1,214,661
Messages
6,120,797
Members
448,994
Latest member
rohitsomani

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