WORKBOOK.UNHIDE macro

Equivalent to clicking the Unhide command on the sheet submenu of 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

If the workbook is protected, you cannot unhide any sheets in the book.

Related Function

WORKBOOK.HIDE   Hides sheets in the active workbook

Return to index