Combobox List to Open when uderform is Activated ?

C

Corey

Can a Combobox list be Dropped Open displaying the list of values when a
userform is Activated.
I want to Fool-Proof Prompt the user to select this value 1st.

Can this be done?
How?

Sub userform_Activate()
combobox92.dropdownlist=activate ' ???
end sub


Corey....
 
C

Corey

Never mind.
Solved it just as i posted.

ComboBox92.DropDown

Funny thing is though:
The Values are NOT displayed IN the Combobox, they are Displayed In the
Centre of the Userform.
NO problems for me though, just means the User would have to TRIP OVER the
values to miss them.

Corey....
 
N

NickHK

Corey,
Using .DropDown in the Userform_Initailize event, I get strange behaviour;
the list portion appears outside of the form.
In the _activate event, it works fine.

NickHK
 

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

Top