View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Judd Jones Judd Jones is offline
external usenet poster
 
Posts: 1
Default Sum active range

I am trying to write a macro that writes the formula to sum the active cells
in the cell below the acitve. If my range was the same size everytime it
would be simple, but the range is never the same size.

I was trying to store the active range and then recall the range in a
formula, but no luck with this method.