Hello All,
I have a userform with a combobox that on Initialize the combobox is loaded with about 23000+ items
I have a checkbox where it will remove all of them currently 1 by 1 and load another list of only about 200 items
When the checkbox is unchecked it will reverse it by removing the 200 1 by 1 then re-adding the original list again and vice versa
There is currently a 6 second lag to load any of the lists into the combobox which i fully understand due to the removing and re-adding
is there a "faster" way to clear a combobox other than removing 1 by 1 each item?
Thank you
I have a userform with a combobox that on Initialize the combobox is loaded with about 23000+ items
I have a checkbox where it will remove all of them currently 1 by 1 and load another list of only about 200 items
When the checkbox is unchecked it will reverse it by removing the 200 1 by 1 then re-adding the original list again and vice versa
There is currently a 6 second lag to load any of the lists into the combobox which i fully understand due to the removing and re-adding
is there a "faster" way to clear a combobox other than removing 1 by 1 each item?
Thank you
Last edited: