Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50049

How to transpose a bidimenional array

$
0
0
Hello guys,
Simply, I have a bidimenional array myArr(r,c) and I want to restructurate it so that to have the transpose of it : myArr(c,r). Is it possible without any loop ? For example, instead of myArr(3,10) I would like to have the same information but reversing these two dimensions: myArr(10,3). Thanks in advance.

Viewing all articles
Browse latest Browse all 50049

Trending Articles