Send Emails (auto Generate based on Conditions?)

scobad

Board Regular
Joined
Feb 7, 2005
Messages
164
If I have table "A" that has a CONDITION (PORTAL, CHANGES) and then the EMAIL (Jo.jo.com - for PORTAL and jimbob.com for CHANGES)

I have a form that is pulling from a few tables based on dates.
When the data is returned, I would like the application to send the EMAILS out to the Condition - MATCHED on the (table A)
?

Basically, if I run my report and it returns 4 results
2 PORTAL
2 CHANGES

the button would match the CONDITION to the TABLE "A" contact and generate the email.

Furthermore, could the Email form be customized?
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Have you considered using a SendObject macro?
Create two lines of SendObject - one To: JoJo & one To: JimBob.
Create condition statements for each Condition = Portal, Condition = Changes (?)
 
Upvote 0
yep...I am using that right now...my issue is...having the e-mail address automatically populated based on the results of the query, versus having to hard code the e-mail address in the macro...make sense?
 
Upvote 0

Forum statistics

Threads
1,214,965
Messages
6,122,499
Members
449,089
Latest member
Raviguru

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