Prevost
Board Regular
- Joined
- Jan 23, 2014
- Messages
- 198
Hi There! I am trying to create a macro that will allow the user to select choices from combo boxes on a userform. The choice of one combo box determines what will be shown in the next combo box and so on. This will occur a set number of times (depending on what they are looking for), at which point the list of possible choices will be presented. Does anyone have any suggestions as to how I could structure it?
I populated one combo box in UserForm_Initialize() but then I might have to change the others with Combobox1_Change()...any thoughts would be appreciated!
I populated one combo box in UserForm_Initialize() but then I might have to change the others with Combobox1_Change()...any thoughts would be appreciated!