JackDomino1
New Member
- Joined
- Apr 7, 2020
- Messages
- 39
- Office Version
- 365
- Platform
- Windows
Hi All,
I have spent a few days searching / trying to make this work, but its just not working. This is the first time I have posted, so I hope this makes sense.
I have four comboboxes in a userform. The first one looks through "Column A" and lists all individual items.
Combobox2 lists values located in "Column B", but based on the selection of Combobox1.
Likewise, for Combobox3, this pulls data from "Column C", based on Combobox1 and Combobox2.
and for Combobox4, data is pulled from "Column D", based on the three previous comboboxes.
Once the user has selected an option from all four comboboxes, I need the remaining the details from column E, F and G to display in a listbox on the same userform.
I have spent a few days searching / trying to make this work, but its just not working. This is the first time I have posted, so I hope this makes sense.
I have four comboboxes in a userform. The first one looks through "Column A" and lists all individual items.
Combobox2 lists values located in "Column B", but based on the selection of Combobox1.
Likewise, for Combobox3, this pulls data from "Column C", based on Combobox1 and Combobox2.
and for Combobox4, data is pulled from "Column D", based on the three previous comboboxes.
Once the user has selected an option from all four comboboxes, I need the remaining the details from column E, F and G to display in a listbox on the same userform.