Shrinks a window to an icon. In Microsoft Excel for Windows, using WINDOW.MINIMIZE is equivalent to clicking the minimize button on a workbook window. In Microsoft Excel for the Macintosh, the minimize feature is not supported.
Syntax
WINDOW.MINIMIZE(window_text)
Window_text specifies which window to minimize.
Window_text is text enclosed in quotation marks or a reference to a cell containing text.
If window_text is omitted, Microsoft Excel minimizes the active window.
Remarks
If a window is already minimized, WINDOW.MINIMIZE has no effect.
Related Functions
WINDOW.MAXIMIZE Maximizes a window
WINDOW.MOVE Moves a window
WINDOW.RESTORE Restores a window to its previous size
WINDOW.SIZE Changes the size of a window
Return to index