|
-
Mar 9th, 2000, 06:40 AM
#1
Thread Starter
New Member
Private Sub myControl_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
KeyAscii = 0
SendKeys "{tab}"
End If
End Sub
I got the above code as one of your tips, I would like to the above to call another sub when the tab key is pressed.
I have tried using keycode 9 for tab but it does not appear to work for me.
Can someone help me with this
yours Keith
-
Mar 9th, 2000, 07:20 AM
#2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|