Presentation.ReadOnlyRecommended property (PowerPoint)
True if the presentation was saved as read-only recommended. Read-only Boolean.
Syntax
expression.ReadOnlyRecommended
expression A variable that represents a Presentation object.
Remarks
When you open a presentation that was saved as read-only recommended, Microsoft PowerPoint displays a message recommending that you open the presentation as read-only.
Use the SaveCopyAs2 method to change this property.
Example
The following example displays a message indicating if the active presentation is saved as read-only recommended.
MsgBox "Presentation is saved as read-only recommended: " &
ActivePresentation.ReadOnlyRecommended
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.