I have the following array in my project that I'm trying to redim without losing the values.

The problem with redim preserve is I can only redim the last dimension of the array. I want to redim the 2nd dimension without losing data. How do I get this to work?

1 Code:
  1. ReDim Preserve arMixedHolder(tCnt, LINES, 21)