B
Bear
Hello:
I have a user form with a combo box that shows the style of the selection.
I'm displaying the user form in nonmodal fashion. How do I get that combo box
to have focus AND show the current text as being selected?
When ShowModal is True, using the SetFocus method highlights the combobox
text. When ShowModal is False, it doesn't. Neither do the SelStart and
SelLength properties work.
Any ideas?
Bear
I have a user form with a combo box that shows the style of the selection.
I'm displaying the user form in nonmodal fashion. How do I get that combo box
to have focus AND show the current text as being selected?
When ShowModal is True, using the SetFocus method highlights the combobox
text. When ShowModal is False, it doesn't. Neither do the SelStart and
SelLength properties work.
Any ideas?
Bear