Is this what you want?
Private Sub ComboBox1_Change()
theIndex = ComboBox1.ListIndex
If theIndex = 0 Then
ComboBox2.ListFillRange = "B1:B2"
ElseIf theIndex = 1 Then
ComboBox2.ListFillRange = "C1:C2"
End If
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.