|
-
Mar 23rd, 2002, 04:48 PM
#1
whats the problem?
Private Sub form_keypress()
If Keycode = vbKeyA Then
Command20_Click
End If
End Sub
error:
procedure decloration does not match description of event or procedure having the same name
Private Sub form1_keypress()
If Keycode = vbKeyA Then
Command20_Click
End If
End Sub
however has no error but does nothing.
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
|