u can use formula in VBA also like this, it's better than looping
it returns SUM of range A1:B100Code:MsgBox Application.WorksheetFunction.Sum(Range("A1:B100"))
|
Results 1 to 5 of 5
Thread: VBA - Adding/Plus/+/AdditionThreaded View
|
Click Here to Expand Forum to Full Width |