Application.WindowState

This controls the state of the main application window in Office VBA.
It can switch the host application between Normal, Minimized, and Maximized states.


Excel

In Excel, this is explicitly documented as a read/write property

Application.WindowState = xlNormal 

Word

Application.WindowState = wdWindowStateNormal 

PowerPoint

The property Application.WindowState does not exist in PowerPoint.


© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext