Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When included in the "ThisWorkbook" Module, this code does caused the named
procedures to run when the described keys are pressed. Furthermore, when a subroutine in that module runs, this code causes an error message stating: "Only comments may appear after an End Sub, End Function, or End Property". Does that mean that this code needs to be included in a subroutine? Application.OnKey "%{LEFT}", "ShiftLeft" Application.OnKey "%{RIGHT}", "ShiftRight" Thanks, Keith |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yup. That code that you have there needs to be in a subroutine. As a guess in
thisworkbook you probably want to place it in the workbook open sub. -- HTH... Jim Thomlinson "keithb" wrote: When included in the "ThisWorkbook" Module, this code does caused the named procedures to run when the described keys are pressed. Furthermore, when a subroutine in that module runs, this code causes an error message stating: "Only comments may appear after an End Sub, End Function, or End Property". Does that mean that this code needs to be included in a subroutine? Application.OnKey "%{LEFT}", "ShiftLeft" Application.OnKey "%{RIGHT}", "ShiftRight" Thanks, Keith |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
OnKey Method | Excel Programming | |||
code help - onkey | Excel Programming | |||
onkey help | Excel Programming | |||
onkey | Excel Programming | |||
Onkey | Excel Programming |