View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Phil Hageman[_3_] Phil Hageman[_3_] is offline
external usenet poster
 
Posts: 160
Default Combo Boxes Not Changing Independently

A workbook has 12 worksheets with a ComboBox on each worksheet. All 12 ComboBoxes are named ComboBox1, have exactly the same properties, and were inserted form the Control Toolbox. On a worksheet named €śVariables€ť are the locations of the LinkedCell and ListFillRange €“ used for all 12 ComboBoxes (done this way so I only have to make changes once when selection data changes)

The problem: when I select from the ComboBox dropdown on one worksheet, all 12 ComboBoxes change to that selection on all 12 worksheets, rather than changing independently on each worksheet

How do I make the ComboBoxes work independently on each worksheet

Thanks
Phi