Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Charlie wrote:
That's the ticket! It converts the 1D array to 2D in the column direction, e.g. Dim a(3) '(Base 1) a = Application.WorksheetFunction.Transpose(a) "a" becomes a(1,1), a(2,1), a(3,1) very useful! Thanks. Same result for Dim a(2) '(Base 0) Alan Beban |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to manipulate an 2D Array into a Column Array? | Excel Discussion (Misc queries) | |||
Finding a number in a column out of an array in another column | Excel Discussion (Misc queries) | |||
I want to get a value from an array, row 1 and column 1 known. | Excel Worksheet Functions | |||
calculting stats of column array in 3D array | Excel Programming | |||
One-D Array to Column Problem | Excel Programming |