Copy - Automation

 

The Copy method copies the selection to the clipboard.

 

Syntax

object.Copy

 

Example 1

This example demonstrates how to copy objects to the clipboard.

 

Selection.Copy

 

Example 2

This example demonstrates how to copy worksheet contents to the clipboard.

 

WksRange.Copy

 

Used by: Selection collection, WksRange object