Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.06 KB

Word.Application.Windows.md

File metadata and controls

46 lines (26 loc) · 1.06 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.Windows property (Word)
vbawd10.chm158334978
vbawd10.chm158334978
Word.Application.Windows
860d9e12-4c02-be1f-64a7-ef0305881854
06/08/2017
medium

Application.Windows property (Word)

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

Syntax

expression.Windows

expression A variable that represents an Application object.

Remarks

The collection corresponds to the window names that appear at the bottom of the Window menu. 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

Application Object

[!includeSupport and feedback]