Nothing easier than that:
OriginalArray (1 to A, 1 to B)
NewArray (1 to B, 1 to A)
VB Code:
for i=1 to A for j=1 to B NewArray(j,i)=OriginalArray(i,j) next j next i
|
Results 1 to 4 of 4
Thread: Excels and Arrays (Resolved)Threaded View
|
Click Here to Expand Forum to Full Width |