April 2006
Beginner
1114 pages
98h 16m
English
worksheet.Paste([Destination], [Link])
Pastes the contents of the clipboard onto the specified worksheet.
|
Argument |
Settings |
|---|---|
|
|
A |
|
|
True to establish a link between the pasted clipboard contents and their source |
The following code copies the range of cells B1:B3 to the range E1:E3:
Worksheets("WombatBattingAverages ").Range("B1:B3").Copy
ActiveSheet.Paste Destination:=Worksheets("WombatBattingAverages ").Range("E1:E3")Read now
Unlock full access