March 15th, 2009, 9:28 pm
Buy a database (Access is not a very good database, but it's light years ahead of Excel for what you want to do).Failing that, store the data in ASCII files and have a macro that generates a spreadsheet from either one or all files in the directory.As a last resort, learn about DLLs. These allow you to do what you want without opening the files, but if you're a good enough programmer to use these, you could instead pick a language better suited for your task.
Last edited by
Aaron on March 14th, 2009, 11:00 pm, edited 1 time in total.