dizzydunham
New Member
- Joined
- Mar 22, 2014
- Messages
- 30
I'd like to alter what populates the second combobox depending on the selection of the first combobox.
The first combobox is populated from a table range with company names. This is on a userform.(dictionary stops multiple repeats)
the second combobox is created at run time and populates from a table range with surnames.
The table has a column where company names are inputted and have multiple amounts of the same name of the companys
the next column has the surnames of the company and can have multiples of the same name.
when the user selects say - apple - in combobox1 iwould like to return all surnames in combobox 2 that are associated with apple only
any links or point of direction would be most gratefully received.
The first combobox is populated from a table range with company names. This is on a userform.(dictionary stops multiple repeats)
the second combobox is created at run time and populates from a table range with surnames.
The table has a column where company names are inputted and have multiple amounts of the same name of the companys
the next column has the surnames of the company and can have multiples of the same name.
when the user selects say - apple - in combobox1 iwould like to return all surnames in combobox 2 that are associated with apple only
any links or point of direction would be most gratefully received.