Putting 2 lists in a combo Box according to 2 OptionButtons

D

dav

I am trying to have 2 Option Buttons that would determine which list
would appear in the same ComboBox.
 
J

Jonathan West

dav said:
I am trying to have 2 Option Buttons that would determine which list
would appear in the same ComboBox.

Have the Change event code of the option buttons place a list of values into
the List property of the ComboBox. You can assign a whole array to the List
property in one assignment.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top