Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 935 Bytes

Word.Global.Windows.md

File metadata and controls

46 lines (26 loc) · 935 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Global.Windows property (Word)
vbawd10.chm163119106
vbawd10.chm163119106
Word.Global.Windows
23ebd91a-8f72-4f63-4ad8-95f98e36309c
06/08/2017
medium

Global.Windows property (Word)

Returns a Windows collection that represents all open document windows. Read-only.

Syntax

expression.Windows

expression A variable that represents a 'Global' object.

Remarks

For information about returning a single member of a collection, see Returning an object from a collection.

Example

This example arranges all open windows so that they don't overlap.

Windows.Arrange ArrangeStyle:=wdTiled

See also

Global Object

[!includeSupport and feedback]