G
Gum
I have the x by y array in Excel 2003 that originates from a DDE server. I
need to populate a VBA array (in excel) to manipulate elements in the array.
An example of the DDE array with 7 fields and each record is identified by
its time and symbol:
Time symbol BidSize BidPrice AskPrice AskSize LastPrice
12:01:33 DJ
12:01:39 DJ
If at all possible, I would not want to add the records to the excel
workbooks, only the results of computations (due to space/memory issues).
I need to access say LastPrice to find out what is the highest LastPrice
during a time interval and identify the event when the LastPrice moves above
or below a given level.
need to populate a VBA array (in excel) to manipulate elements in the array.
An example of the DDE array with 7 fields and each record is identified by
its time and symbol:
Time symbol BidSize BidPrice AskPrice AskSize LastPrice
12:01:33 DJ
12:01:39 DJ
If at all possible, I would not want to add the records to the excel
workbooks, only the results of computations (due to space/memory issues).
I need to access say LastPrice to find out what is the highest LastPrice
during a time interval and identify the event when the LastPrice moves above
or below a given level.