View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
annap annap is offline
external usenet poster
 
Posts: 3
Default dynamic control combo box

I have a spreadsheet with two basic ComboBoxes, one lists "State", the other
"State, County".

I'd like to link the two so that if I select a state from ComboBox1, say
"CA," only California counties appear in ComboBox2.

I have two source lists, one for each box: "ST" and "ST, County" respectively.

Thanks ~