Share via


TextRange.Cut Method

PowerPoint Developer Reference

Deletes the specified object and places it on the Clipboard.

Syntax

expression.Cut

expression   A variable that represents a TextRange object.

Example

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

Visual Basic for Applications
  ActivePresentation.Slides(1).Shapes(1).TextFrame.TextRange.Cut

See Also