Export to XLS

  • Thread starter Thread starter DS
  • Start date Start date
D

DS

I'm trying to export to an XLS but it doesn't seem to be working, any
help appreciated.
Thanks
DS


DoCmd.TransferText acImportDelim, , "Sales",
"C:\Proserv\documents\test.xls", False
 
hi,
I'm trying to export to an XLS but it doesn't seem to be working, any
help appreciated.
DoCmd.TransferText acImportDelim, , "Sales",
"C:\Proserv\documents\test.xls", False
The correct memthod is DoCmd.TransferSpreadSheet.


mfG
--> stefan <--.htm
 
Back
Top