View Single Post
  #9  
Old January 21st 06, 09:11 AM posted to microsoft.public.outlook.program_vba
Michael Bauer
external usenet poster
 
Posts: 435
Default Automatically Email Daily Reports Using Outlook.

Am 20 Jan 2006 07:07:19 -0800 schrieb chimp:

Please read this: http://www.outlookcode.com/d/sec.htm


--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook


I finally figured it out. Here is what I needed to do:

.Attachments.Add "c:\temp\DestExecDetailsReport" & Format(Date,
"yyyymmdd") & ".csv"

Now it works. Thanks so much Michael. I would like to ask you one
more question however. How do I disable the warning box that pops up
when I send the email via the macro.

"A program is trying to automatically send e-mail on your behalf. Do
you want to allow this? If this is unexpected, it may be a virus and
you should choose "No"." I browsed the newsgroup and followed the
links, but I don't completely understand the process.

Ads