Use Enter Key instead of Tab key in text box.
Use Enter Key instead of Tab key in text box.
Rate Use Enter Key instead of Tab key in text box.
(1(1 Vote))
put this code in keypress event of any control
' here keyascii is a inbuilt argument return by the keypress event
if keyascii = 13 then
sendkeys "{TAB}"
end if
Use Enter Key instead of Tab key in text box. Comments
No comments yet — be the first to post one!
Post a Comment