I'm a little confused about the layout of an array returned by getrows().
It is my understanding that when you create a multidimensional array, myArray(10,3) the first number, 10, is the rows and the second, 3, is the columns.
However, when I pulled the data with getrows, this seems to be reversed. my variable numCols = UBound(myArray,1) + 1 is correct even though the columns should be the second dimension and not the first.
Is it reversed or am i just totally confused?
It is my understanding that when you create a multidimensional array, myArray(10,3) the first number, 10, is the rows and the second, 3, is the columns.
However, when I pulled the data with getrows, this seems to be reversed. my variable numCols = UBound(myArray,1) + 1 is correct even though the columns should be the second dimension and not the first.
Is it reversed or am i just totally confused?