Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.19 KB

Word.Window.Close.md

File metadata and controls

48 lines (29 loc) · 1.19 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Window.Close method (Word)
vbawd10.chm157417574
vbawd10.chm157417574
Word.Window.Close
125fb97f-cfb0-988e-6405-56ddce68b779
06/08/2017
medium

Window.Close method (Word)

Closes the specified window.

Syntax

expression.Close (SaveChanges, RouteDocument)

expression Required. A variable that represents a Window object.

Parameters

Name Required/Optional Data type Description
SaveChanges Optional Variant Specifies the save action for the document. Can be one of the following WdSaveOptions constants: wdDoNotSaveChanges, wdPromptToSaveChanges, or wdSaveChanges.
RouteDocument Optional Variant True to route the document to the next recipient. If the document doesn't have a routing slip attached, this argument is ignored.

Example

This example closes the active window of the active document and saves it.

ActiveDocument.ActiveWindow.Close SaveChanges:=wdSaveChanges

See also

Window Object

[!includeSupport and feedback]