TextRange.Paste (PowerPoint)

Pastes the text on the Clipboard into the specified text range, and returns a TextRange object that represents the pasted text.

Use the ViewType property to set the view for a window before pasting the Clipboard contents into it. The following table shows what you can paste into each view.


Dim trePaste As TextRange
Set trePaste = ActiveWindow.Selection.TextRange.Paste()