Range.Copy(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.