Document.ReadOnly Property (Word)

True if changes to the document cannot be saved to the original document. Read-only Boolean.

Syntax

expression .ReadOnly

expression Required. A variable that represents a Document object.

Example

This example saves the active document if it isn't read-only.

If ActiveDocument.ReadOnly = False Then ActiveDocument.Save

See Also

Concepts

Document Object Members

Document Object