Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have defined a combobox keydown (cbx_KeyDown) event in my UserForm module
that works when the user presses the Enter Key. Now, I would like to call that procedure/event (with the Enter key passed) from within a command button click event (cmd_Click). The problem is that the code like the following: call cbx_KeyDown(KeyCode: = 13, Shift: = 0) reports a syntax error. Alternatively when I write: Call UserForm_KeyDown(13, 0) I receive compile error Type Mismatch. Is there a way of making it work? Greetings, Alexander ¦liwiński |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to call an event procedure | Excel Programming | |||
keydown event | Excel Programming | |||
Open event to call procedure ONLY on Monday | Excel Programming | |||
user form-on open event? keydown event? | Excel Programming | |||
ComboBox Event Procedure problem | Excel Programming |