Excel '13 VBA Cascading ComboBox - Trouble getting unique values in Combobox2
问题 I finally was able to get combobox2 to load with values that correspond with the selection made in combobox1. The issue is that i can not get only unique values to populate in combobox2. It returns all of the values based on combobox1's selection including the duplicates. I have moved the .clear to various spots in the code but that only changes it from loading multiple duplicate values to showing 1 total value or blank. Here is the source where I am adapting the code from https://www.youtube