Years ago I was given a program that converted a WORD file to a text file.
This was a COM application. Very useful. Now I need the same for an a simple EXCEL 2000 spreadsheet.
I found this comment back from 2000:
Another approach you mention would likely be fairly fast too... use COM to export the file as a text-delimited file that you could subsequently read into PB with relative ease.
So is there anyone who has such a program?
Thanks
This was a COM application. Very useful. Now I need the same for an a simple EXCEL 2000 spreadsheet.
I found this comment back from 2000:
Another approach you mention would likely be fairly fast too... use COM to export the file as a text-delimited file that you could subsequently read into PB with relative ease.
So is there anyone who has such a program?
Thanks
Comment