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
|