Expand Minimize
0 out of 4 rated this helpful - Rate this topic

'ReDim' can only change the right-most dimension 

A ReDim statement attempted to use the Preserve keyword to change a dimension of an array that is not the last dimension. When using Preserve, you can resize only the last dimension of an array. For all other dimensions, you must specify the same size as for the existing array.

To correct this error

  • Remove the Preserve keyword.

See Also

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.