set focus

  • Thread starter Thread starter Simon
  • Start date Start date
S

Simon

I have a some code that set focus how ever it puts the currsor it
begening of text is there a away to set focus to end the text in the
text box
 
I have a some code that set focus how ever it puts the currsor it
begening of text is there a away to set focus to end the text in the
text box

Code that Control's Enter event:
Me.[ControlName].SelStart = Len(Me.[ControlName])
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How to setfocus selected item in listbox 3
setting focus 1
Excel Excel 2013 cell text hidden whilst typing 5
Set Focus 2
Format a control 1
Set text box length and move to next text box 3
Changing the focus 2
Set Focus 3

Back
Top