WINDOW.RESTORE macro

Changes the active window from maximized or minimized size to its previous size. In Microsoft Excel for Windows, using WINDOW.RESTORE is equivalent to pressing CTRL+F5 or double-clicking the title bar (or double-clicking the icon if it is minimized). In Microsoft Excel for the Macintosh, using WINDOW.RESTORE is equivalent to double-clicking the title bar or clicking the zoom box.

Syntax

WINDOW.RESTORE(window_text)

Window_text    specifies which window to switch to and restore.

 

Remarks

 

Related Functions

WINDOW.MAXIMIZE   Maximizes a window

WINDOW.MINIMIZE   Minimizes a window

WINDOW.MOVE   Moves a window

WINDOW.SIZE   Changes the size of a window

Return to index