Populate combobox depends on option box selection VBA
Hi, i just started to explore VBA this week, so please bear with me. I have a userform with 1 option box and 1 combo box. Is there any coding that I could populate the data for the combo box based on option box selection? For an instance, if optionbox1.value is true. Combo box would Additem "apple" etc.
Is it possible to do so? The only thing i could search from the net is dependant combo boxes. Please advice. Thank you in advance
|