View Single Post
  #4  
Old January 19th 06, 02:37 PM posted to microsoft.public.outlook.program_vba
chimp
external usenet poster
 
Posts: 4
Default 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?

Ads