In Excel 2007, you can choose to display hidden sheets in a workbook by right-clicking on any tab then it will get a screen indicating that hidden sheets that we want to display. See the chart below.
In case you have many hidden sheets can not be pleasing to one of the procedures described above, it would be more convenient to use the following Excel VBA code:
The code shown through each one of the sheets in the active workbook and check if they have the Visible property to False, False if it means they are not visible, and change the property, thus showing all hidden sheets using Excel VBA. Greetings.
0 comments:
Post a Comment