Kelvin Stott
Active Member
- Joined
- Oct 26, 2010
- Messages
- 338
I have the following formula which sums the first i rows and j columns of a range ("MyRange") using Resize:
WorksheetFunction.Sum(MyRange.Resize(i, j))
Now is there an equivalent VBA function which can be used with a general VBA array (and not just a range)?
WorksheetFunction.Sum(MyRange.Resize(i, j))
Now is there an equivalent VBA function which can be used with a general VBA array (and not just a range)?
Last edited: