View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chris_t_2k5[_2_] Chris_t_2k5[_2_] is offline
external usenet poster
 
Posts: 7
Default paste a forumla and copy with a macro

Here is my problem. I have data in columns A:C however the number of rows
will differ each time.

I need a macro that will paste a preset formula eg. (=sum(A1:C1)) into cell
D1 and drag it down to the last cell which contains data in the previous
columns?

Thanks in advance