PDA

View Full Version : Trick Validation of combo boxes using VBA.



jc_bowyer
12-04-2008, 12:36 PM
Hi,

I am new to vba and was wondering if someone could help me. I have a userform and it contains 2 combo boxes populated with the same items from a worksheet. I am trying to write code so that if an item in combobox1 is selected then that item will not appear in the list items in combobox2. Would really appreciate any help.


Cheers

Josh

CreganTur
12-04-2008, 12:40 PM
Welcome to the forum- always good to have new members!

Is this a homework project?

jc_bowyer
12-04-2008, 12:58 PM
its a practice project i got to do but am struggling with this part.

Bob Phillips
12-04-2008, 01:07 PM
Ok, tell us what you have tried, how you think to solve it, and we can try and give you tips.