Nesting Combo Boxes /Returning an Array

E

ELMONDO SNITHER

I name all Excel cells to make it easier for my simple mind. I do no
know Visual Basic.

*Combo Box 1 *
I have set up a simple combo box that returns a single "text" valu
based upon the generated value in the format control box wizard.
Input range is list1
List1 is a range of cell that indicates the initial choices that can b
made.
Cell link = Result1 (this is where the result is placed by the comb
box)

List2 is a range of cells that give all possible results for Comb
Box1.
If you selected Thing 2 in Combo Box 1 you get the value of 1, which i
the second value from List2) as a result. Using the formula =INDE
(List2,Result1). List2 is the list of all possible result values base
on selection in combo box 1 and Result1 is the value of generated by th
combo box. This gives me the text equivalent of the value generated a
Result1.

*In Combo Box 2 * (a subset for Combo Box 1)
Input range is Result1
Cell link is Result2

I need to get an Array as a result to Combo Box 2 and not a singl
value.
Based on the choice of X in Combo Box 1 I will have multiple option
for Combo Box 2. If I decide to play golf, I'll need clubs, a ball,
cart and beer. If I decide to go to the lake, I'll need swim trunks,
boat, suntan lotion and beer.

Would someone please help me figure this out?

Thanks
 

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

Similar Threads

sending an array to Excel 7
combo box 2
my latest C++ excel OLE automation code 4
multiple combo boxes 2
Automate the combo box 0
Combo box result text not number 2
Combo boxes in excel 6
Combo Box Anomaly 2

Top