View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike Mertes Mike Mertes is offline
external usenet poster
 
Posts: 44
Default Macro Sum of Cells

Sounds like you'd be best off with in cell operations. Did you try adding
them right in the D column? Like D12: '=B12+C12', then copying that formula
down the rows. Or did you want that it should be automated/callable and
result in raw values? (Hence the 'Macro'...)


"herve" wrote in
message ...

Hello all,
could someone help me to write a Macro :

I Have Numbers in Cells B12 to B?? (Variable) & Cells C12 to
C??(Variable)
In Cells D12 to D?? (to the last one), I want to do the sum of the
respective B+C Cells.

For Example,
D12 = B12 + C12
....
....
D20 = B20 + C20
....

Thanks in Advance


--
herve
------------------------------------------------------------------------
herve's Profile:
http://www.excelforum.com/member.php...o&userid=27314
View this thread: http://www.excelforum.com/showthread...hreadid=481834