dotchieJack
Member
Hello
In an excel userform i have 3 option buttons
If i choose optionbutton 1 a combobox must be filled with range
Something like that
If i choose optionbutton 2 a combobox must be filled with range
If i choose optionbutton 3 a combobox must be filled with range
Any help welcome
Thanks
In an excel userform i have 3 option buttons
If i choose optionbutton 1 a combobox must be filled with range
Something like that
Code:
ComboBox1.RowSource = Sheets("artikellijst").Range("K3:K9").Value
Code:
ComboBox1.RowSource = Sheets("artikellijst").Range("K10:K128").Value
Code:
ComboBox1.RowSource = Sheets("artikellijst").Range("K129:K184").Value
Thanks