APP.MAXIMIZE macro

Equivalent to clicking the Maximize command on the Control menu for the application window. Maximizes the Microsoft Excel window.

Syntax

APP.MAXIMIZE( )

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.MINIMIZE   Minimizes 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

FULL.SCREEN   Controls full screen display

Return to index