User form: select all text on text field entry not working
All
How come this does not work on my Excel 2003 user form?
Private Sub txtStartTime_Enter()
' ### TODO - does not work!
With Me.txtStartTime
.SelStart = 0
.SelLength = Len(.Text)
End With
End Sub
Thanks in advance for any thughts,
Chrisso
|