Hi guys,
I wanna sum the cells of each row in "Rentabilité 2" range and have the result in the column right next to it.
Here's the code i made so far, i managed to select the range under "Rentabilité 2", but don't know how to sum each row, do i need a for loop?
Sub sum()
Dim lngLastRow...