ArrayTools is a Project that allows easy data manipulation when working with Arrays and Collections in VBA (regardless of host Application). Operations like sorting, filtering, converting, reversing, ...
VBA has no tools for working with dynamic arrays. I propose a simulation of a two-dimensional dynamic array - based on the object: a one-dimensional array of one-dimensional arrays. Used ...