View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey[_36_] ExcelMonkey[_36_] is offline
external usenet poster
 
Posts: 1
Default Applying Sum Function to 2nd Dimension of Array

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

--
Message posted from http://www.ExcelForum.com