Search results

  1. N

    export with formatting: current/previous month code for filename

    Hi there, I currently use the following code in the "output file" field of my exportWithFormatting action in my access 2010 macro to export query results to excel file with the current date added to the end: "C:\\Directory\FILENAME-" & Format(Date(),"mm-dd-yyyy") & ".xlsx" For a new report...
Back
Top Bottom