I have hundreds of combobox's that provide a list of names (few thousand names).
I have it set up so a user can select anyone from the combobox for the line of data they are working on.
The problem is, if I add data to the list that is populated by the combo box, the combo box doesn't always update.
the combo box link to the data by named range (list on another sheet in same workbook), and the named range is automatically updated when an entry is added (so the range is correct), but the combo boxes still won't update all the time. The strange part is...sometimes they do. Very weird.
Any suggestions?