Send Email using VBA

dustweb

New Member
Joined
Apr 15, 2005
Messages
39
Send Email using VBA Version: 2002 (10.0) XP

Posted on 04/28/05 02:00 PM
Posted by dustweb - Utter Access Member
Posts: 13 -

Forum: Access Modules • Edit
• Reply
• Quote
• Quick Reply
• Print this post
• Bookmark Post
• Notify Moderator
• Email Post
• Top of page
Hello,

I have a macro set up to send an email but what I want to do is use code so I can have the TO field read from a form.

Below is the macro and in the TO field is the text field that I want to pull...

Any help is much appricated.

Thank you
Dustweb

OpenReport
SendObject
Object Type = Report
Object Name = rpt_case_transfer_notify
Output Format = Snapshot Format
To = [Current Product]
CC =
Bcc =
Subject = Case Transfer
Message Text = This is to notify you that you have been assigned the Attached Customer for Product(ID Card). If you have any questions please contact me. Thank you
Edit Message = No
Template File =
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.

Forum statistics

Threads
1,221,907
Messages
6,162,777
Members
451,788
Latest member
Hideoshie

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top