Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Basic user form question - hjow to write to a text field | Excel Programming | |||
Highlight/Select text in User Form? | Excel Discussion (Misc queries) | |||
Text box in User Form resizing upon data entry | Excel Programming | |||
how to format a date/validate for a text box entry on a user form | Excel Programming | |||
Validate text box entry on user form | Excel Programming |