Project.ReadOnlyRecommended Property
Project Developer Reference |
True if the project should be opened with read-only access. Read-only Boolean.
Syntax
expression.ReadOnlyRecommended
expression A variable that represents a Project object.
Remarks
To assign a new value to the ReadOnlyRecommended property, use the FileSaveAs method.
Example
The following example displays the recommended access type for the active project.
Visual Basic for Applications |
---|
|
See Also