-2
0
I am developing a form by VBA Userform and would like to generate a conditional on it.
I got two Combobox. The first allows choosing between only two cases, A and B. I would like the second to present a set of different options depending on the user’s choice of the first combobox, A or B.
Example: If the user chooses A in combobox 1, combobox 2 can be filled in with numbers 1 to 10. If you choose B in combobox 1, the combobox 2 can be filled in with numbers from 20 to 30.