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

I have two sets of comboboxes.
I set has 5 comboboxes and the other has 7 comboboxes.

In the second set, first five comboboxes are the same as set 1.

If I choose set1, all the comboboxes of set 1 are seen and if I choose set
2, all the comboboxes of set 2 are seen.

Is there a way to code such that depending on what set I choose their
respective comboboxes appear. In other words, I want the two extra comboboxes
to appear and disappear depending on what set is chosen.

Thanks you