title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Global.Windows property (Word) |
vbawd10.chm163119106 |
|
|
23ebd91a-8f72-4f63-4ad8-95f98e36309c |
06/08/2017 |
medium |
Returns a Windows collection that represents all open document windows. Read-only.
expression.Windows
expression A variable that represents a 'Global' object.
For information about returning a single member of a collection, see Returning an object from a collection.
This example arranges all open windows so that they don't overlap.
Windows.Arrange ArrangeStyle:=wdTiled
[!includeSupport and feedback]