After setting some parameters a value is assigned to a text box e.g
The idea is the user can add text into the textbox with the cursor ready in the right place.
But - can it be done without the text being highlighted ?
Thanks.
Code:
Text1= "Some text"
Text1.setFocus
text1.SelLength = Len(Text1)
But - can it be done without the text being highlighted ?
Thanks.