UNHIDE macro

Equivalent to clicking the Unhide command on the Window menu. Use UNHIDE to display hidden windows.

Syntax

UNHIDE(window_text)

Window_text    is the name of the window to unhide. If window_text is not the name of an open workbook, an error value is returned and the macro is interrupted. You cannot unhide a window of an add-in workbook.

Tip   You can use UNHIDE to activate an embedded chart in order to edit and format it. Use the HIDE function to de-activate the chart window.

Related Functions

GET.WINDOW   Returns information about a window

HIDE   Hides the active window

Return to index