projecttoday
Registered User.
- Local time
- Yesterday, 20:16
- Joined
- Jan 5, 2011
- Messages
- 51
I want to create an Excel spreadsheet from Access. It's just a dump of some data from a table. Can I do this using either Doocmd.transferspreadsheet or Docmd.Outputto without specifying a file path and without having a save as dialog box popping up? Currently I'm using Excel object code to do this and I thought it would be better to using a single statement if that's possible. Could be something obvious. But no file path and no save as dialog box.