Use 'Enter' instead of 'Tab' to move through your controls without that annoying beep
Use 'Enter' instead of 'Tab' to move through your controls without that annoying beep
Rate Use 'Enter' instead of 'Tab' to move through your controls without that annoying beep
(1(1 Vote))
x = KeyAscii
If KeyAscii = 13 Then KeyAscii = 0
If x = 13 Then
SendKeys ("{tab}")
End If
Use 'Enter' instead of 'Tab' to move through your controls without that annoying beep Comments
No comments yet — be the first to post one!
Post a Comment