View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ZZZ ZZZ is offline
external usenet poster
 
Posts: 1
Default MAX of Multidimensional Array

Hello,

Is there a way to use the MAX function on one dimension of
a multidimensional array declared in VBA? I guess the
simplest example would be a 2D array with an index number
in the first column and various numbers in column two that
you want to extract the max from.

Thanks
Zed