ReadOnlyRecommended Property
Applies To
Document object.
Description
True if Word displays a message box whenever a user opens the document, suggesting that it be opened as read-only. Read/write Boolean.
See Also
Protect method, ReadOnly property.
Example
This example sets Word to suggest, when it's opening the document, that the document be opened as read-only.
ActiveDocument.ReadOnlyRecommended = True
This example returns the current status of the Read-only recommended option on the Save tab in the Options dialog box.
temp = ActiveDocument.ReadOnlyRecommended