G
Guest
Hi
When exporting a file to Excel, is it possible to automatically include the
date (and time?) that the export took place in the filename?
At the moment, I'm using a command button to invoke the export. Here's the
code:
DoCmd.TransferSpreadsheet acExport, 8, "VRM for Export", "C:\My
Documents\FILE", True
If it's possible to do this another way, I'll happily do it.
Any advice on this one?
Thanks
rich
When exporting a file to Excel, is it possible to automatically include the
date (and time?) that the export took place in the filename?
At the moment, I'm using a command button to invoke the export. Here's the
code:
DoCmd.TransferSpreadsheet acExport, 8, "VRM for Export", "C:\My
Documents\FILE", True
If it's possible to do this another way, I'll happily do it.
Any advice on this one?
Thanks
rich