Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Suppose I have a 2D variant array, and I want to remove the first row
from it. Is there a really fast way to do that, rather manually copying every value into a new variant array? Perhaps using API calls or manipulating the underlying SAFEARRAY structure? Also, a related question. Suppose I have a Double array with millions of items in the array. Is there a quick way to chop it in half, perhaps by altering the pointer to the first index and altering the number of items in the SAFEARRAY? I am not experienced with any of this stuff, but I thought it might be possible. It would useful to me, if possible. Any help would be appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Variant Array | Excel Programming | |||
Best way to paste a variant array into a range? | Excel Programming | |||
basic variant to array conversion | Excel Programming | |||
Asign Array Variant to Column | Excel Programming | |||
variant array containing cel adresses convert to actual ranges-array | Excel Programming |