-
Notifications
You must be signed in to change notification settings - Fork 0
Shapes
Nathan Jones edited this page Aug 4, 2019
·
3 revisions
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).ShapesRepresents 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.
Represents an object in the drawing layer, such as an AutoShape, freeform, OLE object, or picture.