R
RobcPettit
Hi, Ive built an application that gets live data every 5 secs and
sends it to excel. In excel Ive got 4 small tables (9x9), which I use
vba to sort the data and allocate to the correct table. This works
well, infact Im chuffed Ive managed to do this. The next stage is to
bypass excel altogether and have the data within the application
itself. Only I cant figure the best way to do it. Any ideas
appreciated. So far Ive thought of maybe 4 datagrids, the data bieng
saved on closing. Its important that I retain prev data. Or save the
data in a file, read this file into 4 arrays, work and update data
during session, then save data back to file on closing, or
periodically. Finnally a database os some sort.
Regards Robert
sends it to excel. In excel Ive got 4 small tables (9x9), which I use
vba to sort the data and allocate to the correct table. This works
well, infact Im chuffed Ive managed to do this. The next stage is to
bypass excel altogether and have the data within the application
itself. Only I cant figure the best way to do it. Any ideas
appreciated. So far Ive thought of maybe 4 datagrids, the data bieng
saved on closing. Its important that I retain prev data. Or save the
data in a file, read this file into 4 arrays, work and update data
during session, then save data back to file on closing, or
periodically. Finnally a database os some sort.
Regards Robert