Windows Property [Application]

The Windows property returns the AutoWindows collection. This is a read-only property.

Syntax

object.Windows

Example

This example demonstrates how to return the number of open windows.

Debug.Print GrapherApp.Windows.Count

 

Used by: Application object