Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.2 KB

PowerPoint.Presentation.DocumentLibraryVersions.md

File metadata and controls

48 lines (27 loc) · 1.2 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.DocumentLibraryVersions property (PowerPoint)
vbapp10.chm583086
vbapp10.chm583086
PowerPoint.Presentation.DocumentLibraryVersions
4c1b2055-cbbb-732d-26bd-8e6b85c26cc1
06/08/2017
medium

Presentation.DocumentLibraryVersions property (PowerPoint)

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.

Syntax

expression. DocumentLibraryVersions

expression A variable that represents a Presentation object.

Return value

DocumentLibraryVersions

Example

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

See also

Presentation Object

[!includeSupport and feedback]