Automatically Email Daily Reports Using Outlook.
Additionally, what is the proper syntax to use to have the subject line
of the email read:
"1/19/06 Destination Details Report"
where 1/19/06 is derived from the current date. I tried using the date
function in several different ways:
.Subject = "Destination Details Report" str=Format(Date,
"mm/dd/yy")
Is it possible to add the date in the .Subject line?
|