I have two (or 3) comboboxes with one controlling the listfillrange of another. It works fine except when I add a line to capture the value of the combobox on a sheet. After the recording the value line, it jumps to the first combobox click event that I don't want:
When I click combobox2, it triggers the combobox1 event and wipes out the selection in the combobox2 after the line: sheet2.range("b2")=me.cbo2.value. How can I stop this from happening? I tried enableEvents, combobox.list,etc. to no avail. Many Thanks in advance!![]()
Please Login or Register to view this content.
Bookmarks