I have a listbox with multiple options to choose from on sheet1. On sheet2 I have the actual options that come up when selecting from the list box. the list box works in conjunction with the combobox to generate graphs. Certain options in the combobox only relate to particular options in the listbox. How do I write a select case function that will basically say, if you choose this one from the combobox, then only these options are available in the list box, and if you choose this other one in the combobox then only these other options are available in the listbox, and so on?
Here is the code for the combobox in question:And here is the code for the listbox in question:![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Bookmarks