In an Excel Macro, I want to save a file as a report and append the filename with the current date.
Right now the code below stores the file as
Pipeline Report.xls
I would like it to be stored as:
Pipeline Report .xls
This is the code I currently have in there:
ActiveWorkbook.SaveAs Filename:= _
"C:\Pipeline Report.xls", _ ....
Could you perhaps tell me how to use a date function in the syntax for the file name assignment?
Thanks for your help.
2007-02-05
23:20:19
·
3 answers
·
asked by
Der Koelner
2
in
Computers & Internet
➔ Software