HI ALL,
Let me explain the challenge i'm facing now.
I have 4 comboboxes on a userform. Each has the same set of values assigned to it when the form starts up.
Now...
Let's say the list of values are
1
2
3
4
5
When i select 1 in combobox 1, this should happen
list in combobox 1 - 1,2,3,4,5
list in combobox 2,3 and 4 - 2,3,4,5
Following from that, let's say i select 2 in combobox 2, this should happen
list in combobox 1 - 1,3,4,5
list in combobox 2 - 2,3,4,5
list in combobox 3 and 4 - 3,4,5
And then selecting 3 in combobox 3,
list in combobox 1 - 1,4,5
list in combobox 2 - 2,4,5
list in combobox 3 - 3,4,5
list in combobox 4 - 4,5
and so on.
Right now. I'm racking my brain over this and i can't seem to get the right solution. Feed me with ideas please!!
using xl2003
Thanks,
Shie Boon
Let me explain the challenge i'm facing now.
I have 4 comboboxes on a userform. Each has the same set of values assigned to it when the form starts up.
Now...
Let's say the list of values are
1
2
3
4
5
When i select 1 in combobox 1, this should happen
list in combobox 1 - 1,2,3,4,5
list in combobox 2,3 and 4 - 2,3,4,5
Following from that, let's say i select 2 in combobox 2, this should happen
list in combobox 1 - 1,3,4,5
list in combobox 2 - 2,3,4,5
list in combobox 3 and 4 - 3,4,5
And then selecting 3 in combobox 3,
list in combobox 1 - 1,4,5
list in combobox 2 - 2,4,5
list in combobox 3 - 3,4,5
list in combobox 4 - 4,5
and so on.
Right now. I'm racking my brain over this and i can't seem to get the right solution. Feed me with ideas please!!
using xl2003
Thanks,
Shie Boon