Hello, I have a procedure that copies a file to the same path as the original but with a diffrent .ext
FileCopy "C:\dir\file.dbf", "C:\dir\file.xls"
If I was to use Office97sr1 i have no problems using the .xls, however, with Office97sr2 a couple of hundred rows are missing from the .xls. I know that i've not reached the limits of excel as there is only 9000 records in the original .dbf and i believe excel can have around 85000 rows.
M$ website was useless when i tried to find out what bug fixes there were in sr2. I'm not going to have the oppertunity to upgrade all of our users to Office 2k/XP for some time and I'd rather not install Office97sr1 so I need to figure this out.
Does anyone have any ideas??
Thanks
Mike
Hold the Wheel and drive
FileCopy "C:\dir\file.dbf", "C:\dir\file.xls"
If I was to use Office97sr1 i have no problems using the .xls, however, with Office97sr2 a couple of hundred rows are missing from the .xls. I know that i've not reached the limits of excel as there is only 9000 records in the original .dbf and i believe excel can have around 85000 rows.
M$ website was useless when i tried to find out what bug fixes there were in sr2. I'm not going to have the oppertunity to upgrade all of our users to Office 2k/XP for some time and I'd rather not install Office97sr1 so I need to figure this out.
Does anyone have any ideas??
Thanks
Mike
Hold the Wheel and drive