Application.Windows Property
Project Developer Reference |
Returns a Windows collection representing the open windows in the application. Read-only Object.
Syntax
expression.Windows
expression A variable that represents an Application object.
Return Value
Windows
Remarks
The Windows property duplicates the Windows2 property, except that it returns a Windows collection rather than a Windows2 collection. The Windows2 Property and Windows2 Collection Object are recommended for all new development both in VBA and for external applications developed with the .NET Framework. The Windows property and Windows collection are maintained for backward compatibility with existing applications.
Example
The following example cascades all the open windows.
Visual Basic for Applications |
---|
|
See Also