Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.17 KB

PowerPoint.Presentation.ReadOnlyRecommended.md

File metadata and controls

43 lines (28 loc) · 1.17 KB
title keywords f1_keywords api_name ms.date ms.author ms.localizationpriority
Presentation.ReadOnlyRecommended property (PowerPoint)
vbapp10.chm583136
vbapp10.chm583136
PowerPoint.Presentation.ReadOnlyRecommended
09/18/2020
lindalu
medium

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

Presentation Object

[!includeSupport and feedback]