News

VBA-Array-2-dimensional-dynamic-changeable VBA dynamic array 2-dimensional changeable VBA has no tools for working with dynamic arrays. I propose a simulation of a two-dimensional dynamic array - ...
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, ...
I have a bunch of hard-coded global 3D arrays of floats. I can loop through an individual 3D array just fine, but I also want to loop through all the 3D arrays. So, I thought of creating a one ...