jreilly851
New Member
- Joined
- Aug 18, 2014
- Messages
- 7
Hi all,
I am working with a checkbox listbox and am having trouble with getting the concept I have planned out of my head and into Excel. The userform has a combobox listed at the top (w/ free-form text entry), followed by the listbox, and finally a command button at the bottom of the form. Here's what I am trying to do:
I have two columns of data. Column A contains a group of data, and column B contains subsets of data to the groups in column A (see below):
Column A Column B
A123 A123456A
A123 A123456B
A123 A123456C
B123 B123456A
B123 B123456B
B123 B123456C
I want to connect a combo box selection to the listbox selection, then tie it all off with a command button. When a user enters code "A123" into the combo box, for example, I want the listbox to populate all column B options available. Below is a step by step of how I want this to work:
User enters "A123" into the combobox
Listbox auto-refreshes to show "A123456A", "A123456B", "A123456C"
User selects options "A123456A", and "A123456B", leaving "A123456C" blank
User clicks a command button which takes the selected values (A123456A and A123456B) and dumps them into a range of cells in another sheet
Any help I can get solving this problem is VERY MUCH appreciated!!!
- Jonathan
I am working with a checkbox listbox and am having trouble with getting the concept I have planned out of my head and into Excel. The userform has a combobox listed at the top (w/ free-form text entry), followed by the listbox, and finally a command button at the bottom of the form. Here's what I am trying to do:
I have two columns of data. Column A contains a group of data, and column B contains subsets of data to the groups in column A (see below):
Column A Column B
A123 A123456A
A123 A123456B
A123 A123456C
B123 B123456A
B123 B123456B
B123 B123456C
I want to connect a combo box selection to the listbox selection, then tie it all off with a command button. When a user enters code "A123" into the combo box, for example, I want the listbox to populate all column B options available. Below is a step by step of how I want this to work:
User enters "A123" into the combobox
Listbox auto-refreshes to show "A123456A", "A123456B", "A123456C"
User selects options "A123456A", and "A123456B", leaving "A123456C" blank
User clicks a command button which takes the selected values (A123456A and A123456B) and dumps them into a range of cells in another sheet
Any help I can get solving this problem is VERY MUCH appreciated!!!
- Jonathan