user form cursor quirk

  • Thread starter Thread starter snsyg
  • Start date Start date
S

snsyg

hi all,

i have three different user forms. two are identical in coding, excep
for the name of the text box.

when i run the macros that open the user forms (a seperate macro fo
each uf), two of the user forms have the cursor flashing in the firs
input box, which is what i want. the other has no cursor at all.

of the two that are identical in coding (except for the name of th
text box), one has the flashing cursor, the other does not. i have t
click in the box to input data.

all user forms work as they should, with the exception of the cursor.

any ideas how i can get the third user form to display the cursor?

not a major problem, but i sure would like to know what's causing thi
and what the fix may be.

thanks for any help!

kare
 
i discovered the solution to the quircky cursor problem.

to get the cursor to display in the correct text box when it it i
opened, have the user form open in VBA, right click within the dialo
box, select tab order, then move the text box to the top of the list.
if multiple items on user form, put them in the order you would want i
a person is tabbing through the dialog box.

kare
 

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

Back
Top