View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alan Beban[_2_] Alan Beban[_2_] is offline
external usenet poster
 
Posts: 783
Default ReDim, Preserve and Multidimensional arrays

RWN wrote:

From Help on xl2k;
If you use the Preserve keyword, you can resize only the last array
dimension and you can't change the number of dimensions at all. . . .


To bypass these limitations you might want to do a Google search for
Harlan Grove's aresize function.

Alan Beban