Share via


PlaySettings.Slides Property

PowerPoint Developer Reference

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.

Visual Basic for Applications
  Application.ActivePresentation.Slides.Add 1, ppLayoutTitle

See Also