Home
VBA / Excel / Access / Word
Access
Application
Data Type
Data Type Functions
Date Functions
Excel
File Path
Forms
Language Basics
Math Functions
Outlook
PowerPoint
String Functions
Windows API
Word
XML
Deleting a Shape : Slide Shape « PowerPoint « VBA / Excel / Access / Word
VBA / Excel / Access / Word
PowerPoint
Slide Shape
Deleting a Shape
Sub del() ActivePresentation.Slides(2).Shapes(1).Delete End Sub
Related examples in the same category
1.
add a bent-up arrow to the upper-right corner of the penultimate slide in the active presentation:
2.
Selecting All Shapes
3.
Repositioning and Resizing a Shape
4.
Works with the first shape on the third slide of the presentation, moving it 100 points to the left and 200 points down, and rotating it 90 degrees counterclockwise:
5.
Copying Formatting from One Shape to Another
6.
Finding Out Whether a Shape Has a Text Frame
7.
Setting an Animation for a Shape or a Range of Shapes