3 questions about combo boxes (form control not activex)
I have combobox1 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. The usable cells are contiguous. Eg the column has A B C D E F G H I . if cell a1 is 4, A B C are blanked out, D E F G H I are valid. 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 or other control?
Once I have selected from the valid entries (in whatever the best method is) from the first selection I would like to default a similar combobox2 to one of its valid values, which has blanked out values based on the combobox1 selection.
Finally I would like to have a separate "advance" mechanism. Eg clicking on a cell advances the selection in the first 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?
Bookmarks