Combo Box form control

Copernicus

New Member
Joined
Jun 12, 2009
Messages
26
2 questions about combo boxes. I have one that references a column with 9 entries. Depending on the value in a cell some of those entries may be blanked out because they are invalid. A blank cell could of course be erroneously selected and need correction. Is there a better way to handle dynamically changing the valid entries in a combo box?

Once I have a valid list/range of entries, I would like to have a separate "advance" mechanism. Eg clicking on a cell advances the selection in the combo box to the next lower entry in the valid list, or the top of the list if its at the bottom. What is the best way to handle that?

Thanks
C
 
Last edited:

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
How exactly are you populating the combobox/comboboxes?
 
Upvote 0
The regular form control range reference, not VBA. The range contains 9 alpha codes, some of which are blanked out depending on other values.
 
Upvote 0

Forum statistics

Threads
1,215,401
Messages
6,124,705
Members
449,182
Latest member
mrlanc20

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top