I have a userform with Radio buttons. I want to be able to click on a radio button then have it populate a combobox based on what radio button is selected.
So if
OptButtonHP.value = True Then

cmbboxModel.additem = sheet("Lists").Range("A2:A"), Cells(Row.Count, "A").End(xlUp)

If another radiobutton is selected that range would change to ("B2:B")....

Any assistance would be great.

Thanks,