Skip to content
Nathan Jones edited this page Aug 4, 2019 · 3 revisions

Shapes object

A collection of all the Shape objects on the specified slide.

MSO Model Help Page: Shapes object

# Selection
PPT.ActiveWindow.Selection.SlideRange.Shapes

# Presentation object
PPT.ActivePresentation.Slides(1).Shapes

ShapeRange object

Represents a shape range, which is a set of shapes on a document. A shape range can contain as few as a single shape or as many as all the shapes on the document.

Shape object

Represents an object in the drawing layer, such as an AutoShape, freeform, OLE object, or picture.

Clone this wiki locally