View Single Post
  #1  
Old June 6th 07, 06:54 PM posted to microsoft.public.outlook.program_vba
Cheryl1325
external usenet poster
 
Posts: 10
Default Macro for mailing same PDF from same account regularly...

Hundreds of times daily, I need to send the identical PDF file to numerous
e-mail addresses ... one at a time. I'm New to Outlook macros, wondering if
this is possible:

Set Sender E-Mail Account as "
Place text "xxxxxxxxx" in "Subject" box;
Attach PDF file "YYY.PDF"
In text box, (open and) copy text contents of c:\TextToSend.txt
Go to "To" box, for my entry of recipient e-mail address

I've almost done it with the basic Record function that Outlook makes
available; however, recording stops if I tab-backspace out of the text box.

I'd love to get into basic VBA coding, don't know where on MS site to look
for all possible commands.

Any help would be appreciated.
Ads