Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi all, I want to execute all the code in a cmdButton on a userform when a keypress is registerd. Code: -------------------- Private Sub UserForm_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger) If KeyAscii = 10Then 'goto cmdSearch (execute the cmdSearch Code) End If End Sub -------------------- Any ideas? Thanks! -- gti_jobert ------------------------------------------------------------------------ gti_jobert's Profile: http://www.excelforum.com/member.php...o&userid=30634 View this thread: http://www.excelforum.com/showthread...hreadid=518152 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to execute macro from vb 6.0 code? | Excel Programming | |||
Code won't execute... | Excel Programming | |||
Execute code on server | Excel Programming | |||
Why does this code take so long to execute. | Excel Programming | |||
When does Code Execute on a List Box? | Excel Programming |