Using SUM() in VBA

前端 未结 4 601
离开以前
离开以前 2021-01-11 11:46

If I have a set of cells in a worksheet that I want to add up, I can use the formula:

=SUM(Sheet1!A1:A10)

To do this in a sub, I would use:

4条回答
提交回复
热议问题