Thread: Range Sum()
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Federico Ginnari Federico Ginnari is offline
external usenet poster
 
Posts: 1
Default Range Sum()

Hello, i was wondering if anyone can help with this issue, this is my formula:

Cells(((Lo) - 1), 8) = WorksheetFunction.Sum(Cells((L), 8), Cells((Lo), 8))

The problem is that with this code it only adds the 2 cells instead of the
range, how can i acomplish this?