View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Dynamic Copy/Paste Special Formulas/Paste Special Values

Take a look at David McRitchie's INSRTRow macro:


http://www.mvps.org/dmcritchie/excel/insrtrow.htm


In article ,
"Sharon Perez" wrote:

How would someone copy the last row of data on a sheet, go
down one row, paste only the formulas, then go to the
original row and paste the values. The original row would
have the same values but no formulas and the next row
would then have the formulas. This needs to be dynamic
because the rows would increase by one row daily and the
reference would change each day. Thanks!