Solution To preserve values when redimensioning an array, use the Preserve command, like this: ReDim Preserve arrTestArray(5) Erase an array You can erase ...
確定! 回上一頁