Export destination file names?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a macro for a transfer spreadsheet action, type export.
When setting the action arguments at the bottom, in the file name argument;
how can i set the file name arguement so that it uses todays date as part of
the file name?
 
Hi Adam,

You can use an expression like this for the file name:

="C:\Folder\XXX" & Format(Date(),"yyyymmmdd") & ".xls"
 

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


Back
Top