Export to XLS

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
 
S

stefan hoffmann

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
 
Top