maybe that can help you :
Code:Private Sub Command1_Click() For x = 1 To Len(Text1) If Mid(Text1, x, 1) = " " Then Text1.SelStart = x Text1.SelLength = 0 Text1.SetFocus End If Next x End Sub
|
Results 1 to 5 of 5
Thread: Move Keyboard CursorThreaded View
|
Click Here to Expand Forum to Full Width |