Hi all,
just complete the send email tutorial, just wondering how to add the current date to the file and not the timer
Regards,
Hi all,
just complete the send email tutorial, just wondering how to add the current date to the file and not the timer
Regards,
how to add file path in the printout in excel
i worked out the code i wanted, i re watched the tutorial and added the below to the filename to append the current date
newFilename = "C:\Status_Report\Project Status Report PDF " & Format(Date, "yyyy-mm-dd") & ".pdf"