ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Is there a way to unhide multiple sheets at one time? (https://www.excelbanter.com/excel-discussion-misc-queries/99083-there-way-unhide-multiple-sheets-one-time.html)

Catharine

Is there a way to unhide multiple sheets at one time?
 
Is there a way to unhide multiple sheets at one time?

Danny Lewis

Is there a way to unhide multiple sheets at one time?
 
Quickest way I know is hold down ALT, and then press O then H then U and
enter repeatedly

Think that's it!

"Catharine" wrote:

Is there a way to unhide multiple sheets at one time?


Gord Dibben

Is there a way to unhide multiple sheets at one time?
 
Catherine

A macro to unhide all sheets.

Sub Show_Sheets()
Dim i As Integer
For i = 1 To ActiveWorkbook.Worksheets.Count
ActiveWorkbook.Worksheets(i).Visible = True
Next i
End Sub

Note: to hide multiple sheets, just select sheets by CTRL + Click then
FormatSheetHide.


Gord Dibben MS Excel MVP

On Thu, 13 Jul 2006 08:31:02 -0700, Catharine
wrote:

Is there a way to unhide multiple sheets at one time?




All times are GMT +1. The time now is 02:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com