Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
Any help would be greatly appreciated... I have a perpetual data stream which I bring into Excel via a DDE link. I store the data and run analysis on the most recent 40000 rows. I use an array to hold a column of data for manipulation but I do not want it to be any larger then 40000 rows. How do I shift the data within the array so that the oldest element stored "falls-off the end", all other elements shift up and the new data element is placed in the array - all within one-half second. Is there a method or combination of methods which will achieve this. Maybe copying back-and-forth between two arrays? Any thoughts?? Thanks! Trip |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use formulas for array elements | Excel Discussion (Misc queries) | |||
Reference Elements w/in an Array | Excel Discussion (Misc queries) | |||
date array shifting | Excel Discussion (Misc queries) | |||
Non-unique elements in an array | Excel Discussion (Misc queries) | |||
Count elements in array | Excel Programming |