M
Mike
Hi. I would like to have the current date saved in the
filename when the macro is excercised.
For instance, the filename is "Log File.xls". I would
like a command that, if executed on February 23, it would
save the filename "Log File - 2/23/04.xls.
My current command is:
ActiveWorkbook.SaveAs Filename:=ThisWorkbook.Path
& "\Archive\" & "Log File"
What should I add to this command to include the date?
Thanks,
Mike.
filename when the macro is excercised.
For instance, the filename is "Log File.xls". I would
like a command that, if executed on February 23, it would
save the filename "Log File - 2/23/04.xls.
My current command is:
ActiveWorkbook.SaveAs Filename:=ThisWorkbook.Path
& "\Archive\" & "Log File"
What should I add to this command to include the date?
Thanks,
Mike.