How to SUM / merge similar rows in Excel using VBA?

后端 未结 4 1417
半阙折子戏
半阙折子戏 2020-12-10 09:30

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



        
4条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-10 10:06

    '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

提交回复
热议问题