Document.Final Property

Word Developer Reference

Returns or sets a Boolean that indicates whether a document is final. Read/write.

Syntax

expression.Final

expression   An expression that returns a Document object.

Remarks

True marks the document as final, notifies recipients (if any) that the document is final, and sets the document to read-only.

See Also