I\'m trying to build a simple macro in VBA for Excel that would SUM [merge] all the rows that have the same name (value in the first columns).
So for example
'if you have to run the macro twice, idk put a
1:
on top of your macro and on the bottom put
goto 1
'that will run it twice for you
'or you can call it twice in a different macro. up to you