Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Tom already answered you. I am expecting to see 10 20 30 respectively in Cells(1, 1), Cells(1, 2), Cells(1, 3) Please note : The first dimension of Cells is the row : Cells(Row, Column). A 2 dimension VBA array has the row as its 1st dimension : Array(row,column) A 1 dimension VBA array corresponds to an horizontal array (column-wise), and that's why you have to TRANSPOSE it. Regards, Daniel M. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maximum number of elements in array | Excel Discussion (Misc queries) | |||
Use formulas for array elements | Excel Discussion (Misc queries) | |||
Reference Elements w/in an Array | Excel Discussion (Misc queries) | |||
Non-unique elements in an array | Excel Discussion (Misc queries) | |||
conditionally delete some elements from an array | Excel Programming |