quick_question
New Member
- Joined
- May 31, 2011
- Messages
- 32
I currently have 2 separate comboboxes pointing to separate named lists.
I added some vba to create an autocomplete dropdown.
The code points to the correct combobox and references the correct list for each combobox.
My problem is that when I type in the first one, select a value from the options that populate - then go to the next combobox and begin typing...the first combobox dropdown appears as if I were typing in that combobox.
The first combobox (the first one I type in) is in column B and the second combobox is in column E.
Why is this happening??
Any thoughts or suggestions as to how I can fix this problem is greatly appreciated!!
I added some vba to create an autocomplete dropdown.
The code points to the correct combobox and references the correct list for each combobox.
My problem is that when I type in the first one, select a value from the options that populate - then go to the next combobox and begin typing...the first combobox dropdown appears as if I were typing in that combobox.
The first combobox (the first one I type in) is in column B and the second combobox is in column E.
Why is this happening??
Any thoughts or suggestions as to how I can fix this problem is greatly appreciated!!