Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to assign the + and - keys to run a pair of Excel macros, and am using
the following code Application.OnKey "{+}", "NextS" ' NEXT Application.OnKey "{-}", "PrevS" ' PREVIOUS This works, but not as intended. It responds to the + key (shared with =), and the - key (shared with _), but resolutely ignores the dedicated + and - keys on the right hand edge of my keyboard. I think most people prefer to use single-press + and - keys, and am searching for the alternative assignations which will map the dedicated + and - keys to the desired Procedures. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application.OnKey | Excel Programming | |||
Application.OnKey problem | Excel Programming | |||
application.onkey doesn't work | Excel Programming | |||
Application.OnKey problem | Excel Programming | |||
capture users Application.OnKey | Excel Programming |