HIDE macro

Equivalent to clicking the Hide command on the Window menu. Hides the active window.

Syntax

HIDE( )

Tip   Hiding windows can speed up your macros. You can switch to hidden windows with the ACTIVATE function. You can continue to use functions that refer to specific sheets, such as FORMULA and the GET functions, even when those sheets are hidden.

Related Function

UNHIDE   Displays a hidden window

Return to index