[]
Pastes the contents of the Clipboard onto the sheet.
void Paste(IRange destination = null, bool link = false)
Sub Paste(Optional destination As IRange = Nothing, Optional link As Boolean = False)
Type | Name | Description |
---|---|---|
IRange | destination | An IRange object that specifies where the Clipboard contents should be pasted. If this argument is omitted, the current selection is used. |
bool | link |
|
Pastes the contents of the Clipboard onto the sheet.
void Paste(string destination, bool link = false)
Sub Paste(destination As String, Optional link As Boolean = False)