Mightyginger
Programmer
This is quite a simple idea but before I write everything I just have a really quick question please.
I have 7 cells which have prices in them, these are fed from reuters. Anytime one of the prices change I want to capture all 7 prices. I was going to do this in a database but would a text file be better? (i.e. more compact) Any price might change any time, so I need the saving of the data to be as quick as possible - how fast can excel run the vba and store the data?
So my question is should I be storing the data in a database or a text file and also whats the quickest way of storing the data in that source (can i just open the connection and leave it open?)
Thanks for your help,
Neil.
I have 7 cells which have prices in them, these are fed from reuters. Anytime one of the prices change I want to capture all 7 prices. I was going to do this in a database but would a text file be better? (i.e. more compact) Any price might change any time, so I need the saving of the data to be as quick as possible - how fast can excel run the vba and store the data?
So my question is should I be storing the data in a database or a text file and also whats the quickest way of storing the data in that source (can i just open the connection and leave it open?)
Thanks for your help,
Neil.