View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Damien McBain Damien McBain is offline
external usenet poster
 
Posts: 14
Default E-mail from excel

Hi Ya'll,

I want to automate a daily task which gets some data from a SAP extract,
processes it, then mails a new file to a number of recipients.
I have done all the data stuff to the point where the new files are
successfully created. How can I then (with VBA) e-mail the file created to a
predefined set of recipients?
Using Excel 2k & Outlook 2k (with exchange) as the mail client.

Any help appreciated.

I have looked at this:
http://www.microsoft.com/exceldev/articles/bulkmail.htm
but I can't d/l the sample app.