Wednesday, October 6, 2010

Cost Of Changing Drivers License In Ny

Show all hidden sheets in an excel file

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.


Another way to do this is in the visual basic environment, accessed by ALT + F11. In it, you select a hidden sheet and changes the Visible property to -1 - xlSheetVisible .



















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