Windows Property [Application]
Windows returns the Windows collection. This is a read-only property.
Syntax
object.Windows
Example 1
This example demonstrates how to return the number of windows open.
Debug.Print SurferApp.Windows.Count
Example 2
This script displays all the properties in the Application object.
Used by: Application object