Vba Hide Sheets All Except One. I am writing a VBA which produces an information pack for our customers to use. Hide all sheets except active one with VBA Hide and show workbook window In some situations, you may need to hide all worksheets except one.
I do not even want to leave a clue regarding hidden sheet as I plan to include configuration information that cannot be altered anytime. What I am trying to do is hide all of the other sheets other than the ones that are selected - I can do this by calling them specifically by name, or by adding "zzz" to the end of sheet names which are pure reference sheets. All hidden sheets will be shown in a list and you can select the one you want to unhide.
Hiding one or more columns on a worksheet.
To make a sheet very hidden: Sheets("SheetName").
Dim sh As Worksheet Const sN$ = "Control". Learn the fastest ways to unhide multiple sheets in Excel. Not what you notice is that compared to acquiring the Worksheet by its VBA Name, when using the defaults Worksheets or Sheets object you land with the said Worsheet, but from the ActiveWorkbook.