Thread: comboboxes
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
aqualibra aqualibra is offline
external usenet poster
 
Posts: 13
Default comboboxes

I have 5 comboboxes each has numbers 1 to 5

If combobox1 has 1 then the remaining boxes dropdown menu cannot show 1 and
so on.

There is no order in which the combobxes will be selected.

For eg: Combobox1 has been filled first with say option 4.
next I decide to fill combobox 4. The drop down menu for this should show on
1, 2, 3,5.

Is this possible.

Thanks.