View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bjohnson bjohnson is offline
external usenet poster
 
Posts: 8
Default copy formulas on a weekly basis to next available

I have a large spreadsheet where I need to automatically copy formulas
in row 3 (range B3:AH3) to the next available row starting in column B
each week - column A already lists the weekly dates. In addition, I
need to make sure the previous weeks row performs a copy past value
onto itself so as not to continue to have the paste links on that row.

I am trying to write this macro so that the user can just click a
button and have it perform in the background.

Any help would be greatly appreciated.