title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Presentation.DocumentLibraryVersions property (PowerPoint) |
vbapp10.chm583086 |
|
|
4c1b2055-cbbb-732d-26bd-8e6b85c26cc1 |
06/08/2017 |
medium |
Returns a DocumentLibraryVersions collection that represents the collection of versions of a shared presentation that has versioning enabled and that is stored in a document library on a server.
expression. DocumentLibraryVersions
expression A variable that represents a Presentation object.
DocumentLibraryVersions
The following example returns the collection of versions for the active presentation. This example assumes that the active presentation has versioning enabled and is stored in a shared document library on a server.
Dim objVersions As DocumentLibraryVersions
Set objVersions = ActivePresentation.DocumentLibraryVersions
[!includeSupport and feedback]