kodr
Programmer
- Dec 4, 2003
- 368
Basically what I'm trying to do is to show or hide worksheets in excel based on data being selected in a combobox that is directly on the 'main' worksheet that will never be hidden.
I've done this in code, but I'm looking for a solution that would allow me to do this without distributing any code. Is it possible to do this through formulas?
For instance, I have 3 sheets (1 thru 3) and sheet1 has a combobox with 2 values, sheet2 and sheet3. Sheets 2 and 3 are hidden by default, and when sheet2 is selected in the combobox, sheet2 is unhidden.
Thanks.
I've done this in code, but I'm looking for a solution that would allow me to do this without distributing any code. Is it possible to do this through formulas?
For instance, I have 3 sheets (1 thru 3) and sheet1 has a combobox with 2 values, sheet2 and sheet3. Sheets 2 and 3 are hidden by default, and when sheet2 is selected in the combobox, sheet2 is unhidden.
Thanks.