VBAmalta89
Board Regular
- Joined
- Mar 25, 2011
- Messages
- 116
So I have a dropdown menu in a user form which contains a list of options taken from an excel worksheet. Now the user will select one option. Each option is related to another set of lists in a worksheet.
What I want to do is when the user picks example option A a particular set of options are visible in the next drop down box (combo box), but if he selects option B in the first combo box, then the set of options in the second combo box are different and taken from another list.
How can I achieve this using VBA as i am new to this thing?
Thanks
What I want to do is when the user picks example option A a particular set of options are visible in the next drop down box (combo box), but if he selects option B in the first combo box, then the set of options in the second combo box are different and taken from another list.
How can I achieve this using VBA as i am new to this thing?
Thanks