Got the Copy/Cut Code But what is the Paste Code
If this code will copy a Cell value:
[R59].Select
ActiveCell.Copy
and this is a Cut code :
[R59].Select
ActiveCell.Cut
What is a Paste Code ?
This don't work :
[R59].Select
ActiveCell.Paste
What is the code equivalent to paste ?
Corey....
|