tabbing round a userform, whole field is selected

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I can't see any option so that when I tab round a userform, the cursor
is placed at the end of the text in the textbox, rather than the whole
field being selected

Is there any way round this please
 
Mike,

One way that might work...

SendKeys "{right}"
At the end of the textbox "Enter" event

John
 
Hi Mike,

1. Select the textbox and press F4 to bring up the Properties pane

2. Change the "EnterFieldBehavior" property to
"fmEnterFieldBehaviorRecallSelection"
 
1. Select the textbox and press F4 to bring up the Properties pane

2. Change the "EnterFieldBehavior" property to
"fmEnterFieldBehaviorRecallSelection"
Superb - thanks a lot
 
Back
Top