View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default Userform - where is the cursor ?

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

"fero" skrev i melding
...
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