Selection.Cut Method (PowerPoint)
Deletes the specified object and places it on the Clipboard.
Syntax
expression .Cut
expression A variable that represents a Selection object.
Example
This example deletes the selection in window one and places a copy of it on the Clipboard.
Windows(1).Selection.Cut