View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Corey Corey is offline
external usenet poster
 
Posts: 172
Default 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....