Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 857 Bytes

PowerPoint.TextRange.Copy.md

File metadata and controls

46 lines (26 loc) · 857 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
TextRange.Copy method (PowerPoint)
vbapp10.chm569028
vbapp10.chm569028
PowerPoint.TextRange.Copy
c8d1edf7-68ef-aaa4-e2db-717263df8dd3
06/08/2017
medium

TextRange.Copy method (PowerPoint)

Copies the specified object to the Clipboard.

Syntax

expression.Copy

expression A variable that represents a TextRange object.

Remarks

Use the Paste method to paste the contents of the Clipboard.

Example

This example copies the text in shape one on slide one in the active presentation to the Clipboard.

ActivePresentation.Slides(1).Shapes(1).TextFrame.TextRange.Copy

See also

TextRange Object

[!includeSupport and feedback]