Hi everyone...
I have a userform with several ComboBoxes, TextBoxes and ListBoxes.
If I select criteria from say ComboBox1, lookup the value selected and wish to populate another ComboBox (say ComboBox2) with data found, How could I prevent the ComboBox2_Click event from executing?
In my ComboBox1 event, If I do;
ComboBox2.value = "Item Found:
The code in ComboBox2 runs where I only want to display the value.
I will, however, need to have the ability to select ComboBox2 and select criteraia from this box and populate another ComboBox, TextBox or ListBox.
Any help would be great...
Thanks
I have a userform with several ComboBoxes, TextBoxes and ListBoxes.
If I select criteria from say ComboBox1, lookup the value selected and wish to populate another ComboBox (say ComboBox2) with data found, How could I prevent the ComboBox2_Click event from executing?
In my ComboBox1 event, If I do;
ComboBox2.value = "Item Found:
The code in ComboBox2 runs where I only want to display the value.
I will, however, need to have the ability to select ComboBox2 and select criteraia from this box and populate another ComboBox, TextBox or ListBox.
Any help would be great...
Thanks