Hi Guys,
I have a MS excel 2003 file with two columns and about 125 rows, i want this be sent to a vfp 5.0 table
so i have done these:
use tablename
append from newc.xls type xl5 && NEWC.XLS && go error
then i typed
append from newc.xls type xls && geting the same error
the error is "OLE error code 0x80030002 Unknown OLE status code
Any help is very appreciated, i need the data in excel to be in a vfp table, otherwise, i will have to copy and paste not a
funny thing i guess
Thanks a lot in advance
I have a MS excel 2003 file with two columns and about 125 rows, i want this be sent to a vfp 5.0 table
so i have done these:
use tablename
append from newc.xls type xl5 && NEWC.XLS && go error
then i typed
append from newc.xls type xls && geting the same error
the error is "OLE error code 0x80030002 Unknown OLE status code
Any help is very appreciated, i need the data in excel to be in a vfp table, otherwise, i will have to copy and paste not a
funny thing i guess
Thanks a lot in advance