Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
48 lines (26 loc) · 794 Bytes

presentation-slides-property-powerpoint.md

File metadata and controls

48 lines (26 loc) · 794 Bytes
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
Presentation.Slides Property (PowerPoint)
vbapp10.chm583011
vbapp10.chm583011
powerpoint
PowerPoint.Presentation.Slides
bf481c73-3508-a074-eb2c-a5df62e55a5c
06/08/2017

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