VBA to send email if cell contains a notifier

counterpart

New Member
Joined
Nov 16, 2017
Messages
1
Hi- I've watched dozens and dozens of youtube videos and I can't figure this out. A1 and B1 are both formulas based on other cells and if they meet certain criteria they say 'Send Reminder' or they are blank. They pull from other cells so one could be blank and the other not. I want to create a VBA command that generates an email to the address is C1 if either A or B or both say 'Send Reminder'. Is there a way to make A2 'PO # Needs Extension' as the subject of that email? Thanks a million!

[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]Send Reminder[/TD]
[TD]Send Reminder[/TD]
[TD]email@email.com[/TD]
[/TR]
[TR]
[TD]PO # Needs Extension[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.

Forum statistics

Threads
1,223,886
Messages
6,175,198
Members
452,617
Latest member
Narendra Babu D

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