Select the starting point for the TEXT BOX on the GOT FOCUS event. That way all Quick Text Select O
Select the starting point for the TEXT BOX on the GOT FOCUS event. That way all Quick Text Select On GotFocus When working with data entry
API Declarations
Rate Select the starting point for the TEXT BOX on the GOT FOCUS event. That way all Quick Text Select O
(1(1 Vote))
'
With ctlName
.SelStart = 0
.SelLength = Len(ctlName)
End With
'
End Sub
Now add a call to this subroutine in the GotFocus event of the input controls:
Private Sub txtFocusMe_GotFocus()
Call FocusMe(txtFocusMe)
End Sub
Select the starting point for the TEXT BOX on the GOT FOCUS event. That way all Quick Text Select O Comments
No comments yet — be the first to post one!
Post a Comment