Share via


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

Concepts

Presentation Object

Presentation Object Members