Skip to content

Files

Latest commit

 

History

History
46 lines (26 loc) · 864 Bytes

PowerPoint.Presentation.Slides.md

File metadata and controls

46 lines (26 loc) · 864 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.Slides property (PowerPoint)
vbapp10.chm583011
vbapp10.chm583011
PowerPoint.Presentation.Slides
bf481c73-3508-a074-eb2c-a5df62e55a5c
06/08/2017
medium

Presentation.Slides property (PowerPoint)

Returns a Slides collection that represents all slides in the specified presentation. Read-only.

Syntax

expression. Slides

expression A variable that represents a PlaySettings object.

Return value

Slides

Example

This example adds a slide to the active presentation.

Application.ActivePresentation.Slides.Add 1, ppLayoutTitle

See also

Presentation Object

[!includeSupport and feedback]