I'm trying to create a spreadsheet where the user makes multiple selections; there will possibly be thirty or more comboboxes, each with calling up the same named range. I'm looking to prevent the user from being able to make the same selection in more than one combobox, however I'm really not sure how to go about this. (I've seen posts on preventing duplicates within a single combobox, however my list will be static and won't contain any duplicates, the issue is strictly between user choices)
Would a code have to be added to each combobox's "_change()" event, or is there a way of applying this kind of control globally? Also, I'm not using a form control because the amount of selections required seems too large to be easily used, but I'm not set against it if you've got a better idea. I'm quite new to excel and would really appreciate any help you could offer, hopefully explained in detail.
Would a code have to be added to each combobox's "_change()" event, or is there a way of applying this kind of control globally? Also, I'm not using a form control because the amount of selections required seems too large to be easily used, but I'm not set against it if you've got a better idea. I'm quite new to excel and would really appreciate any help you could offer, hopefully explained in detail.