Hi
I use Powerbasic to write a management tool. I am having too much trouble with the COM objects so it must simply save data to a random access file then run Shellexecute to open a document in Excel.
The Excel document must then open this random file and use the data on the spreadsheet.
The data is there, but Excel does not seem to be able to read it. IT just return blank/empty strings.
I tried sequential files too, that doesnt work either.

I did add this file location under the trusted sources, so it must be a difference in how the two Basic dialects reads the file.

Any ideas?