ReadOnlyRecommended Property

Microsoft Word Visual Basic

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