View Full Version : Email attachments in 2003


NYC2RDU
11-28-2008, 02:47 PM
I'm trying to attach a spreadsheet to an email via VBA code in 2003. The spreadsheet already exists and is not being generated by the database. So far everything I've found within these forums has failed to accomplish my goal.

Any assistance would be greatly appreciated.

pbaldy
11-28-2008, 02:54 PM
Presuming you use Outlook, search on "automation", which will allow you to attach an existing file to an email.

BrettM
11-29-2008, 04:08 AM
This is something that I played with a few years ago to process batch emails with attachments. There is a reference to attachments in it. Perhaps you can use some of it.

Regards Brett