Custom shortcuts

Stevenn

Active Member
Joined
Feb 8, 2012
Messages
259
I've customized the ribbon in my workbook in Excel 2007. Is it possible to make custom keyboard shortcuts to the procedures?

My procedures look like

Code:
Public Sub ProcedureName(control As IRibbonControl)
End Sub
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
A simple way is to have the ribbon callbacks simply call normal macros and you can then assign shortcuts to those macros as normal. Alternatively, using the Alt key, you can navigate to your controls just like any other on the Ribbon, though the shortcuts might not be as short as you'd like.
 
Upvote 0
A simple way is to have the ribbon callbacks simply call normal macros and you can then assign shortcuts to those macros as normal. Alternatively, using the Alt key, you can navigate to your controls just like any other on the Ribbon, though the shortcuts might not be as short as you'd like.

Thank you. I will use your first mentioned solution :-)
 
Upvote 0

Forum statistics

Threads
1,223,909
Messages
6,175,310
Members
452,634
Latest member
cpostell

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