Notifications You must be signed in to change notification settings This Module is a list of functions that I use to make working with arrays in VBA easier. I will continue to add more functions to ...
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 ...
I think he means filling a character array with the text in the box... you'd want to use string manipulation functions for that (though there are more efficient ways). Basically, go for stuff like ...