Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I need help with the onkey method. I can not get it to work. I have created a userform, label and macro named UserForm1, lblPress and Functest respectively. Here is my code. What am I doing wrong? Private Sub UserForm_Initialize() Application.OnKey "{F10}", "functest" End Sub ---------------------------------------------------------------------- Private Sub UserForm_Terminate() Application.OnKey "{F10}" End Sub ---------------------------------------------------------------------- Sub functest() Const conMsg As String = "You have pressed F10" lblPress.Caption = conMsg End Su -- Tha BeatMake ----------------------------------------------------------------------- Tha BeatMaker's Profile: http://www.excelforum.com/member.php...fo&userid=2399 View this thread: http://www.excelforum.com/showthread.php?threadid=39749 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
onkey method | Excel Discussion (Misc queries) | |||
OnKey Method | Excel Programming | |||
Problem mapping procedure using OnKey Method | Excel Programming | |||
Onkey Method | Excel Programming | |||
Onkey | Excel Programming |