Populate a combo Box

  • Thread starter Thread starter case54321
  • Start date Start date
C

case54321

I have a combo box in cell B2 with options of "1" and "2"

I would like to put a combo box in cell B4 that would populate based o
the selection made in cell B2, where:

If B2="1", a cell range from sheet2, cells A1:A4 would populate the B
combobox

If B2="2", a cell range from sheet2, cells B1:B4 would populate the B
combobox

Is this possible with a function or a VB formula? Thanks
 
Back
Top