Variations in a sheet's Visible status

D

Dave O

At one time, wasn't it possible to set a tab in a workbook to something
like "HopelesslyHidden"? That's pinging in my memory but I can't find
anything about it. I'm seeing hidden named ranges that refer to tabs
in this workbook, but the tabs are not Hidden or VeryHidden.
 
D

Dave Peterson

xlsheetveryhidden?

You have to use it in code or via the properties window for that sheet.
 
Top