ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Combobox List to Open when uderform is Activated ? (https://www.excelbanter.com/excel-programming/380786-combobox-list-open-when-uderform-activated.html)

Corey

Combobox List to Open when uderform is Activated ?
 
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....



Corey

Combobox List to Open when uderform is Activated ?
 
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....

"Corey" wrote in message
...
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....




NickHK

Combobox List to Open when uderform is Activated ?
 
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

"Corey" wrote in message
...
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....

"Corey" wrote in message
...
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....







All times are GMT +1. The time now is 06:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com