Personal Macros Shortcut Not Working

ElRugg

New Member
Joined
Jun 26, 2020
Messages
16
Office Version
  1. 2016
Platform
  1. Windows
I have 4 Macros saved to my Personal workbook. 2 of them will not work using the assigned keyboard shortcut but will run from the Macro dialogue box. I created these probably over a year ago and have used regularly since then without issue.

I tried selecting options to change the shortcut key.
I tried deleting the macro and redoing.
I've searched and am running out of ideas.

I don't know if this is relevant, but when I select the dialogue box, the 2 having issues have a strange naming convention. Screengrab below - the 2 showing Personal.xlsb! are the 2 with issues.
1698424798327.png


Any help or suggestions would be much appreciated!
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
The naming convention is due to your using the same name for both the module and the subroutine. (Generally best avoided)

What shortcut keys are you trying to use, and what happens?
 
Upvote 0
Solution
The naming convention is due to your using the same name for both the module and the subroutine. (Generally best avoided)

What shortcut keys are you trying to use, and what happens?
Oh my goodness! Searched for an hour while the solution was as simple as renaming the modules to something not exactly the same as the sub name. Thanks for your help!
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

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