Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following two subs below. From the help files, it's my
understanding that after running sub "setit", I should be able to do a "Control s" and then sub "doit" will be called. It doesn't work. I have Excel 2003. Am I misunderstanding the usage of ONKEY or what am I doing wrong?? Thanks for any help Sub doit() Dim aa aa = aa End Sub Sub setit() Application.OnKey "^s", "doit" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
application.onkey doesn't work within a cell | Excel Programming | |||
Onkey doesn't work | Excel Programming | |||
onkey help | Excel Programming | |||
application.onkey doesn't work | Excel Programming | |||
onkey | Excel Programming |