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
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: