Hello;
I have a client application which streams stock data to my pc. This client application is linked via DDE to an excel spreadsheet file that when open emulates the streaming data on the spreadsheet. The data streaming in to the spreadsheet has multilple (say 5 for now) individual stocks (price, volume, etc) for each.
My question is how can i capture automatically at specfic time intervals (say every 5 minutes) the sum of all the stocks price and have it posted or placed in a cell somewhere else in the spreadsheet. Then 5 mins later do the same action but post the sum in the cell next to the previous price sum. Kind of taking a snap shot every 5 minutes so that at the end of say one hour the spreadsheet would have 12 entrys (cells) of price sum values (history) for the past hour.
Thank you in advance for getting me started on this project.
DaveM
I have a client application which streams stock data to my pc. This client application is linked via DDE to an excel spreadsheet file that when open emulates the streaming data on the spreadsheet. The data streaming in to the spreadsheet has multilple (say 5 for now) individual stocks (price, volume, etc) for each.
My question is how can i capture automatically at specfic time intervals (say every 5 minutes) the sum of all the stocks price and have it posted or placed in a cell somewhere else in the spreadsheet. Then 5 mins later do the same action but post the sum in the cell next to the previous price sum. Kind of taking a snap shot every 5 minutes so that at the end of say one hour the spreadsheet would have 12 entrys (cells) of price sum values (history) for the past hour.
Thank you in advance for getting me started on this project.
DaveM