Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub HideAll()
Dim wsX As Worksheet With Worksheets For Each wsX In Worksheets If wsX.Name < "Sheet1" Then wsX.Visible = xlSheetHidden Next End With End Sub -- Regards, Nigel "Sri Harsha" wrote in message ... I want to record a macro which hides all the open sheets other than sheet 1. Can some one tell me how to do that? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macros in Personal.xls that would create two toolbars and buttonswith assigned macros | Excel Programming | |||
choose default macros Not Enabled / Macros Enable Setting | Excel Programming | |||
weird saving of a document with macros resulting with macros being transfered to the copy | Excel Programming | |||
Macros inside macros, and pasting into macro code. | Excel Programming | |||
convert lotus 123w macros to excel macros | Excel Programming |