A
AuthorizedUserPF
Good afternoon;
I have two macros that I created some time ago that Hides and Unhides
specific sheets in a workbook.
I want to be able to hid and unhide all the sheets in a workbook, regardless
of what they are named.
The line I am having trouble with is:
Sheets("Sheet1").Visible = xlVeryHidden
What can I replace "Sheet1" with to make all the sheets, regardless of their
name very hidden?
Thanks and regards
Phil
I have two macros that I created some time ago that Hides and Unhides
specific sheets in a workbook.
I want to be able to hid and unhide all the sheets in a workbook, regardless
of what they are named.
The line I am having trouble with is:
Sheets("Sheet1").Visible = xlVeryHidden
What can I replace "Sheet1" with to make all the sheets, regardless of their
name very hidden?
Thanks and regards
Phil