hi friends
I have excel file with data in 1st col like following..
1
2
3
4
AA1
AA2
AA3
AA4
C2PI
and when i run following command in vfp 6
loExcel.ActiveWorkbook.Activesheet.SaveAs( ADDBS(lcPath) + "ACCCodeXLS",FORMAT_DBASE4)
it saving only 1,2,3 and 4 only and ignoring other values.
i even tried saving directly from excel also but samething happens.
i even chnaged column to text(i mean using formatcells)
any ideas please.
Thanks
cheers
I have excel file with data in 1st col like following..
1
2
3
4
AA1
AA2
AA3
AA4
C2PI
and when i run following command in vfp 6
loExcel.ActiveWorkbook.Activesheet.SaveAs( ADDBS(lcPath) + "ACCCodeXLS",FORMAT_DBASE4)
it saving only 1,2,3 and 4 only and ignoring other values.
i even tried saving directly from excel also but samething happens.
i even chnaged column to text(i mean using formatcells)
any ideas please.
Thanks
cheers