Hello.
Trying to explain to myself VBA. I got the anatomy of this code in order to understand How to change or manipulate the for loop results any way I need,
so what I learn from here is:
Cells(Rw, "H").Value = Cells(Rw, "H").Value + Cells(Rw, Cl).Value
with this line I can get my result on...