• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

problem with textbox

Status
Not open for further replies.

ANKUSHRS1

Member
I have written below code to go dircectly to specific textbox. but problem is when go to that specific textbox cursor goes end of textbox and "space" auto updated. i cant figure it out...pls help.

[Private Sub qty19_KeyDown(ByVal KeyCode As MSForms.ReturnInteger, ByVal Shift As Integer)
If KeyCode = vbKeyTab Then
qty20.SetFocus
End If
End Sub]

View attachment 32624

______________________________________________________________
Mod edit : thread closed as duplicate !
 
Status
Not open for further replies.
Back
Top