Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How does one transpose a VBA array? In the following the result of lines 3
and 5 are the same. Sub zz() Dim x(3, 2) 3 Debug.Print UBound(x, 1), UBound(x, 2) WorksheetFunction.Transpose (x) 5 Debug.Print UBound(x, 1), UBound(x, 2) End Sub -- Thanks for your help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Transpose? | Excel Worksheet Functions | |||
Help using Transpose | Excel Programming | |||
Transpose | Excel Programming | |||
Transpose!! | Excel Discussion (Misc queries) | |||
I WANT TO TRANSPOSE LINKS, AS WE TRANSPOSE VALUES | Excel Worksheet Functions |