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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Export/Import 4
ListBox 2
Synatax Error 1
Transfering Records 1
Nested If 3
Import files into access 1
Syntax Error 3
trying to import a CSV into table 1

Back
Top