Hi,
I have a dynamic multidimensional array. I bring this up because my understanding is that only the last number of a dynamic multidimensional array can be dynamic. So, my data had 4 columns and a random number of entries, which means my array took the format of:
. There might be another way to do this, but I couldn't figure out one.![]()
Array(1 to 4, 1 to x)
Now, when I try to do:
It results in my columns being rows and vice versa. Any suggestions?![]()
ListBox.List = Array
Bookmarks