View Single Post
  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

Activecell.formula="=SUM(" & Cells(5,Activecell.Column).Address & ":" &
Activecell.Offset(-1,0).Address & ")"

--

HTH

RP
(remove nothere from the email address if mailing direct)


"GregR" wrote in message
...
I have a macro, where I am trying to do a sum from row 5 to the active

cell.
How do I designate the range. Here is what I have;

Activecell.formula="sum(range(cell(5,0),cell(activ ecell,0))", but it gives
me a compile error. TIA

Greg