Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
You would need a UDF to tell you, like
Function SheetStatus(name As String) Select Case Worksheets(name).Visible Case xlSheetHidden: SheetStatus = "Hidden" Case xlSheetVeryHidden: SheetStatus = "Very Hidden" Case Else: SheetStatus = "Visible" End Select End Function -- HTH RP (remove nothere from the email address if mailing direct) "hstijnen" wrote in message m... Hi, I've a workbook with several sheets. Formula's in one sheet point to other sheets. Is there a way to detect, in a formula, whether the sheet that is pointed to is hidden or not? Thanks for help, Henk |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use userform to get input and compare to a hidden sheet | Excel Discussion (Misc queries) | |||
Can a macro format a hidden sheet? | Excel Discussion (Misc queries) | |||
How Can I copy a sheet that has hidden rows without copying the h. | Excel Worksheet Functions | |||
Excel Sheet - Hidden Border or Frame | Excel Discussion (Misc queries) | |||
Naming & renaming a sheet tab | Excel Worksheet Functions |