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.

Remarks

If the slide is not fully downloaded, this method fails and an error occurs. For more information about the Partial Documents, see Work with Partial Documents.

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

Slide Object

Work with Partial Documents

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.