View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Zack Barresse[_3_] Zack Barresse[_3_] is offline
external usenet poster
 
Posts: 101
Default PasteSpecial Method of Range Class Failed Error

But that does not take away from the pastespecial operation error.

--
Regards,
Zack Barresse, aka firefytr
To email, remove NOSPAM


"renegan" wrote in
message ...

Use

Application.CutCopyMode = False

only after you paste it. In your code it is used before you paste it
which will stop the copy-paste process. So your code cannot find
anything to paste.


--
renegan
------------------------------------------------------------------------
renegan's Profile:
http://www.excelforum.com/member.php...o&userid=10450
View this thread: http://www.excelforum.com/showthread...hreadid=528168