F
Frank Kabel
Hi
try the following UDF:
Function get_visible_status(sheetname As String)
get_visible_status = CBool(ActiveWorkbook.Worksheets _
(sheetname).Visible)
End Function
a sheet in a Workbook e.g.
Index of worksheets.
try the following UDF:
Function get_visible_status(sheetname As String)
get_visible_status = CBool(ActiveWorkbook.Worksheets _
(sheetname).Visible)
End Function
automatically display the visible or hidden properties of-----Original Message-----
I'm looking for a function or macro that will
a sheet in a Workbook e.g.
know there are some sheets that are hidden by looking at aName Status
Sheet 1000 Visible
Sheet 2000 Hidden
Sheet 3000 Visible
This will allow me to hide sheets, but new users will
Index of worksheets.