View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
jerredjohnson jerredjohnson is offline
external usenet poster
 
Posts: 1
Default VBA .copy destination


I have this code:

Worksheets("Sheet1").Range("A1:D4").Copy _
destination:=Worksheets("Sheet2").Range("E5")

doing it this way copies the formatting as well, is there a way to copy
just the value over without the cell format?

Thanks in advance


--
jerredjohnson
------------------------------------------------------------------------
jerredjohnson's Profile: http://www.excelforum.com/member.php...o&userid=32236
View this thread: http://www.excelforum.com/showthread...hreadid=562642