Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 772 Bytes

PowerPoint.Shapes.SelectAll.md

File metadata and controls

42 lines (25 loc) · 772 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Shapes.SelectAll method (PowerPoint)
vbapp10.chm543016
vbapp10.chm543016
PowerPoint.Shapes.SelectAll
9d3f5b93-2a8b-5b9a-d725-729baa190a38
06/08/2017
medium

Shapes.SelectAll method (PowerPoint)

Selects all the shapes in a Shapes collection.

Syntax

expression.SelectAll

expression A variable that represents a Shapes object.

Example

This example selects all the shapes on myDocument.

Set myDocument = ActivePresentation.Slides(1) 
myDocument.Shapes.SelectAll

See also

Shapes Object

[!includeSupport and feedback]