APP.RESTORE macro

Equivalent to clicking the Restore command on the Control menu for the application window. Restores the Microsoft Excel window to its previous size and location.

Syntax

APP.RESTORE( )

Note   This function is only for Microsoft Excel for Windows. You can use this function in macros created with Microsoft Excel for the Macintosh, but it will return the #N/A error value.

Related Functions

APP.ACTIVATE   Switches to an application

APP.MAXIMIZE   Maximizes the Microsoft Excel application window

APP.MINIMIZE   Minimizes the Microsoft Excel application window

APP.MOVE   Moves the Microsoft Excel application window

APP.SIZE   Changes the size of the Microsoft Excel application window

Return to index