APP.MINIMIZE macro

Equivalent to clicking the Minimize command on the Control menu for the application window. Minimizes the Microsoft Excel window.

Syntax

APP.MINIMIZE( )

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.MOVE   Moves the Microsoft Excel application window

APP.RESTORE   Restores the Microsoft Excel application window

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

Return to index