ReadOnlyRecommended Property

True if Word displays a message box whenever a user opens the document, suggesting that it be opened as read-only. Read/write Boolean.

Example

This example sets Word to suggest, when it's opening the document, that the document be opened as read-only.

ActiveDocument.ReadOnlyRecommended = True

Applies to | Document Object

See Also | Protect Method | ReadOnly Property