View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eager2Learn[_10_] Eager2Learn[_10_] is offline
external usenet poster
 
Posts: 1
Default VB for copy & paste values (not formula's)

Hello,
I am using the follow vb to copy a row from one sheet and paste t
another. How can I alter this to only paste the values and not th
formula's? Help.

Dim rng As Range
Set rng = Sheets("COMPLETED").Range("A"
Rows.Count).End(xlUp).Offset(1, 0)
ActiveCell.EntireRow.Copy Destination:=rng

thanks!
E2

--
Message posted from http://www.ExcelForum.com