notuserfriendly
Programmer
Hi
I'm using a a form with several ComboBoxes. I'm trying to make the comboboxes change each other, so that they can't have the same value. My problem is that i want to disable the event when I change the Listindex. Otherwise it all goes wrong.
When I'm in my first CBX_change()
this results in a loop since it results in a new event.
....
Combobox3.Listindex = ChangeTo
....
I
I'm using a a form with several ComboBoxes. I'm trying to make the comboboxes change each other, so that they can't have the same value. My problem is that i want to disable the event when I change the Listindex. Otherwise it all goes wrong.
When I'm in my first CBX_change()
this results in a loop since it results in a new event.
....
Combobox3.Listindex = ChangeTo
....
I