Macro Sheets Only
Equivalent to choosing the Unhide command from the sheet submenu on the Format menu. Unhides one or more sheets in the current workbook.
Syntax
WORKBOOK.UNHIDE(sheet_text)
WORKBOOK.UNHIDE?(sheet_text)
Sheet_text. specifies the sheet that you want to unhide. If sheet_text is omitted, then this function unhides the sheets in the order that they would appear in the workbook.
Remarks
Related Functions
WORKBOOK.HIDE Hides sheets in the active workbook
List of Command-Equivalent Functions