title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Presentation.Slides property (PowerPoint) |
vbapp10.chm583011 |
|
|
bf481c73-3508-a074-eb2c-a5df62e55a5c |
06/08/2017 |
medium |
Returns a Slides collection that represents all slides in the specified presentation. Read-only.
expression. Slides
expression A variable that represents a PlaySettings object.
Slides
This example adds a slide to the active presentation.
Application.ActivePresentation.Slides.Add 1, ppLayoutTitle
[!includeSupport and feedback]