I am trying to set up an excel spreadsheet so that based on a value in a cell it will unhide a given number of worksheets. Example: I have 6 worksheets named Section 1, Section2, Section 3, etc. On the “Input” worksheet I have a cell where I want to enter a value between 1 & 6 and based on that value the given number of worksheets will unhide. If I enter the value of “2” then I want worksheets “Section 1” & “Section 2” to be unhidden, a value of 3 would unhide “Section 1”, “Section 2” & “Section 3”. I want to accomplish this using VBA.
Bookmarks