Copy Method

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: AutoSelection collection, WksRange object