Range.Copy(Object) Method

Definition

Copies the range to the specified range or to the Clipboard.

public object Copy (object Destination);
Public Function Copy (Optional Destination As Object) As Object

Parameters

Destination
Object

Optional Object. Specifies the new range to which the specified range will be copied. If this argument is omitted, Microsoft Excel copies the range to the Clipboard.

Returns

Applies to