Range.Copy Method
Copies the range to the specified range or to the Clipboard.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Copy ( _
Destination As Object _
) As Object
'Usage
Dim instance As Range
Dim Destination As Object
Dim returnValue As Object
returnValue = instance.Copy(Destination)
Object Copy(
Object Destination
)
Parameters
Destination
Type: System.ObjectOptional 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.
Return Value
Type: System.Object