Transposing rows/columns in an array
Bob wrote:
. . . the problem I'm trying to solve involves a 2-dimensional array, and a
specific "row" within that array that I need to transpose into a "column".
Is that doable?
myArray2 = Application.Transpose(Application.Index(myArray1, n, 0))
where n is the number of the "row" of myArray1 to be transposed.
Alan Beban
|