View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Thyagaraj Thyagaraj is offline
external usenet poster
 
Posts: 51
Default How can i sum a range of cells ( Variable ) in a specific cell

I have stuck in a problem,

By running a macro i should be able to sum a range of variable data.

Eg:-

sum of A1:D1 in E1 or
sum of A1:L1 in M1

ie; exact to the next cell i want to sum all the previous cells data.

Is This Possibel........?


Thanks in Advance