Hi fellow coders,
To begin with, I am very new to VBA.
Firstly, I want all of these to be incorporated on a popbox menu (similar to a userform).
In that form, I want to select a list of options (from multiple drop down lists) and hit a command button to execute based on the selected options from the various dropdown list.
Here are the different dropdown list that I require.
So upon choosing all the relevant dropdown, there is a button for me to click to run the macro based on the unique combination of the relevant dropdown. That being said, I actually have a lot of macros recorded for each combination.
Hope some kind souls out there can give me some tips to go about doing it. Thanks in advance!
To begin with, I am very new to VBA.
Firstly, I want all of these to be incorporated on a popbox menu (similar to a userform).
In that form, I want to select a list of options (from multiple drop down lists) and hit a command button to execute based on the selected options from the various dropdown list.
Here are the different dropdown list that I require.
- Select the Type
- Option A
- Option B
- Option A
- Select the Index (applicable to either option selected in Dropdown1)
- Option C
- Option D
- Select the Category
- Options C1 to C5 (if select C in Dropdown2)
- Options D1 to D5 (if select D in Dropdown2)
- Frequency (will only appear if selected B in Droplist1)
- Monthly
- Yearly
- Period (will only appear if selected B in Droplist1)
- 2000 to 2015 options (if select Monthly in Droplist4)
So upon choosing all the relevant dropdown, there is a button for me to click to run the macro based on the unique combination of the relevant dropdown. That being said, I actually have a lot of macros recorded for each combination.
Hope some kind souls out there can give me some tips to go about doing it. Thanks in advance!