Sabotage
Board Regular
- Joined
- Sep 19, 2013
- Messages
- 58
Hello Wizards,
I thank you for any future help in advance. I have a userform with multiple comboboxes and some of them are used for the same purpose. By that I mean these comboboxes use the same dynamical named range as rowsource. I want to stop the user from duplicating a combobox twice, so I'm looking to loop through each comboboxes with the same name prefix (like: cb_01, cb_02...) and if the value/text of the active combobox already used in another, it will give an warning message and clear the active cbox. I'm thinking to put the procedure onto the exit event because I dont want it to check whilst typing into the active combobox. I hope it makes sense.
Please help me...
Thanks
I thank you for any future help in advance. I have a userform with multiple comboboxes and some of them are used for the same purpose. By that I mean these comboboxes use the same dynamical named range as rowsource. I want to stop the user from duplicating a combobox twice, so I'm looking to loop through each comboboxes with the same name prefix (like: cb_01, cb_02...) and if the value/text of the active combobox already used in another, it will give an warning message and clear the active cbox. I'm thinking to put the procedure onto the exit event because I dont want it to check whilst typing into the active combobox. I hope it makes sense.
Please help me...
Thanks