Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When the userform initializes the text on display in the text box is at the
begining. However, sometimes the text is longer than the text box. By default, if you click on the text box you can page up and down through the text. My problem is, that when someone clicks on the text box, it takes them to the end of the text. -- Thanks Shawn "Andy Pope" wrote: Why did you put the code in the Enter event instead of the Userform_Initialize ? Private Sub UserForm_Initialize() Cheers Andy Shawn wrote: Private Sub txtbxccexplaination_Enter() CCFCLC.txbfcexplaination.SelStart = 0 End Sub I used the above variation and it didn't work. It still went to the end of the text. -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Highlight certail text in a userform Text box | Excel Programming | |||
Text box in userform | Excel Programming | |||
Text box on userform | Excel Programming | |||
Userform and Text Box | Excel Programming | |||
Userform text box | Excel Programming |