ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Shortcuttext (https://www.excelbanter.com/excel-programming/300002-shortcuttext.html)

Bob Phillips[_6_]

Shortcuttext
 
I am just setting up some shortcut keys for some commandbar button items.

I can get Ctrl-Shift-x to work quite simply by tagging this code onto a
commandbar button

.ShortcutText = "Ctrl+Shift+X"
Application.MacroOptions Macro:=.OnAction, _
HasShortcutKey:=True, _
ShortcutKey:="X"

What is the code for other key combinations, such as Alt-Shift and letter?

And on a related topic, why is it that if I change the macro option to a
named macro the compiler objects? I would like to direct my shortcut text to
invoke a different macro to the menu click (the reason being that on menu
click macro I am using the the ActionControl property, which won't be in
scope when I use a shortcutkey).

Bob




All times are GMT +1. The time now is 03:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com