Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a 2 dim array. I want to copy only certain part of the array into a
range cell. I know that using Range(aRange).value = myarray will copy the entire myarray to the worksheet. However, I only want to copy a certain set of continuous row from myarray. For example I would like to copy myarray (5 to 10,*) into the worksheet. Is it possible? The only think I can think as a workaround is to copy myarray(5 to 10) into a brand new array and it does take time to loop through myarray by row and then by column into the new array. Hope that makes sense. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array Question | Excel Discussion (Misc queries) | |||
Another ARRAY Question... | Excel Programming | |||
array question | Excel Programming | |||
Array Question | Excel Programming | |||
array question | Excel Programming |