Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using a three dimensional array and trying to extract data from
the array into excel. Currently, I am using a For/Next Statement to populate each excel cell seperately from the array. I am hoping to find a more efficient way of accomplishing this. For example, if the array has 600 rows and 10 columns and the third diminsion is 20. I am trying to copy all the rows (1-600) and all the columns (1-10) from the third diminsion equal to 1 onto the excel worksheet. And then repeat the process for the next third diminsion. I tried selecting Array(1 to 600, 1 to 10,1), but that did not work. I am a bit of a newbie here, so any help would be appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Complex conditional summing - array COUNT works, array SUM gives#VALUE | Excel Worksheet Functions | |||
Prevent cell/array references from changing when altering/moving thecell/array | Excel Discussion (Misc queries) | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming |