Monthly Email Macro

rcduffe

New Member
Joined
Aug 3, 2010
Messages
2
I was wondering if someone could help me with a macro that I had in mind of creating. I wanted to try and make a macro that on a certain date every month would send an email out to a specific email address. Then, if it has not been saved or opened by a certain date, to also send out an email. I think for the email I would use .sendmail recipients:="email address", subject: "blah blah" but I do not know how to send it on a specific date nor if it has not been opened or saved. Any tips or help would be greatly appreciated.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
would this be how to get the macro to run monthly

If Day(Now()) = 1 Then
Call Run_on_First_Day_of_Month_Macro
End If
 
Upvote 0

Forum statistics

Threads
1,215,029
Messages
6,122,757
Members
449,094
Latest member
dsharae57

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