hmm... there was a misunderstanding somewhere. This is absolutely possible. I have a daily solution in use. The examples that I have posted here in the QC forum and the d/l sections are primitive, but they should give you an idea of what's possible. You will need programming skills- or have a good friend who does- in order to get a system working for this purpose.
With DDE, the data will be available in the receiving application immediately- or as often as your source data is updated. That is, in our case, the data array from QC or MS will be available in Excel immediately. There is no need for additional code to enable this. Just look in the User's Manual and in the built-in help for more information.
My previous VBA reference was pertaining to how to store this real time information. I suppose you can have any number of unique requirements, but one super simple method is to copy the current data to a new workbook every so often. e.g., every hour, minute, second, day, etc. In that vein, you should check out the auto-recorder macro that is posted here: http://forum.equis.com/drm_main.php?mode=drm_file_view&cat=11&file=26. It could be developed into so much more, but that was not my intent. Instead, it was to demonstrate a beginning foundation for DDE capabilities. In my own trading, I have this data going to an Access database. So, that is another possibility you could consider developing.
For what it's worth, when I'm told that something is impossible to achieve, that makes me want it even more. I have heard that a couple of times here on the forum too, and believe me, most things can be done. Remember, QC is brand new to the individual consumer, so we are all learning it's uses and limitations. I am not a programmer, but if I can figure it out, I know you can. I am just a average user with an interest in programming. In fact, I'm the guy sitting in the back of the class. ;-)
Traders' Consortium