Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 892 Bytes

Word.Document.Saved.md

File metadata and controls

41 lines (24 loc) · 892 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.Saved property (Word)
vbawd10.chm158007336
vbawd10.chm158007336
Word.Document.Saved
45bfc77d-2f8e-078c-57c1-ed3ae9f15932
06/08/2017
medium

Document.Saved property (Word)

True if the specified document or template has not changed since it was last saved. False if Microsoft Word displays a prompt to save changes when the document is closed. Read/write Boolean.

Syntax

expression.Saved

expression A variable that represents a Document object.

Example

This example saves the active document if it contains previously unsaved changes.

If ActiveDocument.Saved = False Then ActiveDocument.Save

See also

Document Object

[!includeSupport and feedback]