IMPORTING .TXT file
Posted by Mike Kantrowitz on July 13, 2000 7:01 AM
I have a file from a database that i have to download every month. I download it as a text file. The information is then separated by commas (123,23,343,454). I need to get this information into a spreadsheet and have the commas represent the colums. Each month i would like to add the new data from starting where the old data left off so i can make a pivot table showing comparason by date. Thanks