E
ExcelMonkey
How do you sum a particulate dimension in an array? That is I have
2-D Array. I want to sum the 2nd dimension. Normally if it were 1-D
would go:
ArraySum = Application.WorksheetFunction.Sum(Array)
But if Array is a 2-D array, how do I qualify that I only want the 2n
dimension summed
2-D Array. I want to sum the 2nd dimension. Normally if it were 1-D
would go:
ArraySum = Application.WorksheetFunction.Sum(Array)
But if Array is a 2-D array, how do I qualify that I only want the 2n
dimension summed