Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Anyone know how to programatically add hotkeys to existing subs via vba?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
you could use the OnKey method eg.
application.OnKey "^{a}", "yoursub" will assign the key shortcut crtl+a to the sub "yoursub" "Job" wrote: Anyone know how to programatically add hotkeys to existing subs via vba? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Ben!
"ben" wrote in message ... you could use the OnKey method eg. application.OnKey "^{a}", "yoursub" will assign the key shortcut crtl+a to the sub "yoursub" "Job" wrote: Anyone know how to programatically add hotkeys to existing subs via vba? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
shortcut has change or move so this shortcut can not open | Excel Worksheet Functions | |||
Shortcut to : key | Excel Discussion (Misc queries) | |||
shortcut | Excel Discussion (Misc queries) | |||
Shortcut into Name box | Excel Discussion (Misc queries) | |||
Shortcut key | Excel Programming |