Share via


Selection.Cut Method

PowerPoint Developer Reference

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.

Visual Basic for Applications
  Windows(1).Selection.Cut

See Also