Share via


Slide.Cut Method (PowerPoint)

Deletes the specified object and places it on the Clipboard.

Syntax

expression .Cut

expression A variable that represents a Slide object.

Example

This example deletes slide one from the active presentation and places a copy of it on the Clipboard.

ActivePresentation.Slides(1).Cut

See Also

Concepts

Slide Object Members

Slide Object