The Windows property returns the Windows collection. This is a read-only property.
Syntax
object.Windows
Example
This example demonstrates how to return the number of open application windows.
Debug.Print mvApp.Windows.Count
Used by: Application object