Thread: Form Question
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default Form Question

The tab index property of the combobox is zero. I have the combo box on the
left and the text box on the right, the cursor is displayed in the text box.

"Tom Ogilvy" wrote:

Manually in the VBE set the tabindex property of the combobox to 0

--
Regards,
Tom Ogilvy


"Barb Reinhardt" wrote:

I have a userform with a combo box and a text box. When the userform is
invoked, the cursor defaults to the text box. How do I get it to be on the
combo box (if it ever is on the combo box). It just looks strange to the
user because the cursor is on the entry that they make second.

Thanks