Hello All,
I am making a VBA program that when run a dialogue box with a combo box appears which gives you a list of options to pick. From that list if you select option 1 a new combo box appears and with several other options to choose from. Each of the options from combo box 1 has a respective new combo box 2 that appears when it is selected. I have figured this part out by myself, however the next part is my biggest issue.
I am trying to design a code that will look for the answer of combo box 2 and depending on which selection is chosen from combo box 2 output a result.
For Example: If combo box 1's options are Red Yellow Green then Red would have a new combo box that appears with the following options Dark Red, Light Red, Pink. If Yellow is selected a Different combo box appears which shows the following Dark Yellow, Light Yellow, White. And the same kind of idea for green.
What I would like to do is take find the answer to any of the combo box 2s (remember they are all different combo boxes with different names) options and display the result.
Any Help is much appreciated!
I am making a VBA program that when run a dialogue box with a combo box appears which gives you a list of options to pick. From that list if you select option 1 a new combo box appears and with several other options to choose from. Each of the options from combo box 1 has a respective new combo box 2 that appears when it is selected. I have figured this part out by myself, however the next part is my biggest issue.
I am trying to design a code that will look for the answer of combo box 2 and depending on which selection is chosen from combo box 2 output a result.
For Example: If combo box 1's options are Red Yellow Green then Red would have a new combo box that appears with the following options Dark Red, Light Red, Pink. If Yellow is selected a Different combo box appears which shows the following Dark Yellow, Light Yellow, White. And the same kind of idea for green.
What I would like to do is take find the answer to any of the combo box 2s (remember they are all different combo boxes with different names) options and display the result.
Any Help is much appreciated!