Userform - where is the cursor ?

  • Thread starter Thread starter fero
  • Start date Start date
F

fero

Hi all

After loading Userform (Initialize or Activate) I'm setting focus on
ComboBox, which is into a Frame, but the cursor is not visible. (Neither
Frame.ComboBox.SetFocus nor ComboBox.SetFocus works ...) What's wrong ?
Thanks
Fero
 
Frame1.SetFocus
ComboBox2.SetFocus

Do you have everything checked in the VB editor's Tools > Options > Editor
menu ? You should see helpful suggestions and meaningful error messages if
so.

HTH. Best wishes Harald
 
Thanks
but it doesn't work .
In the VB editor's Tools > Options > Editor menu is everything checked ...
( I forgot - the cursor is visible after clicking on the ComboBox ...)
fero
 
Of course it works. You probably didn't implement it right, and you haven't
provided any information that enables anyone to help you with it.

HTH. Best wishes Harald
 
Very confusing. I built the thing as you described and it works great here
as expected.
(In that demo ComboBox1 is the only control on the form, so it works also
without code.)

Best wishes Harald
 

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