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
______________________________________________________________
[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 !