Email an .xls on the C:\ from an Access form in VBA

J

Joshua

Hello,

Does anyone know how I can email an Excel spreadsheet on
the C:\ from a form in Access? The .sendobject only sends
objects that are in the Database.

Thanks,
Joshua
 
M

Matt

Joshua said:
Hello,

Does anyone know how I can email an Excel spreadsheet on
the C:\ from a form in Access? The .sendobject only sends
objects that are in the Database.

Thanks,
Joshua


I don't think you can e-mail directly from Access. Have you tried
doing something like a mail merge? You can attach the spreadsheet to
an e-mail message and set up a command button to trigger the e-mail in
Outlook.
The following is a page by Arvin Meyer that describes how to create
mail messages from Access:
http://www.datastrat.com/Code/OutlookEmail.txt

Hope this helps,
Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top