I am trying to populate a second combo box after the first has be changed.
The first combo box is linked to a cell on sheet2, the selected value on sheet2 is used in a vlookup to return a range of points that the chosen grade covers.
eg Grade 1 is chosen, the linked cell on the second sheets value is 1, the vlookup returns a range F5:F10 which is held in cell g20.
I have tried using VBA on change event but am unable to assign the range held in G20 as the combobox's list. This second combo box is only enabled after the first has changed.
I hope this makes some sense
The first combo box is linked to a cell on sheet2, the selected value on sheet2 is used in a vlookup to return a range of points that the chosen grade covers.
eg Grade 1 is chosen, the linked cell on the second sheets value is 1, the vlookup returns a range F5:F10 which is held in cell g20.
I have tried using VBA on change event but am unable to assign the range held in G20 as the combobox's list. This second combo box is only enabled after the first has changed.
I hope this makes some sense