always_confused
Board Regular
- Joined
- Feb 19, 2021
- Messages
- 68
- Office Version
- 2016
- Platform
- Windows
Hello,
I am trying to set up a reminder system for a duty that is to be done everyday by a different person. I have a spreadsheet that looks like this:
I would like to make a macro that would email everyone on the list using outlook the same message "Today is your day for ..."
I am honestly not sure where to even start. I think I could figure out looping through the list and checking who's day it is etc, but I have no idea how to set up the actual email part.
Thanks for any help or tips.
I am trying to set up a reminder system for a duty that is to be done everyday by a different person. I have a spreadsheet that looks like this:
Name | Day of month | |
John A | john.a@gmail.com | 01 |
Sarah F | sarah.f@gmail.com | 02 |
... | ... | ... |
Mike K | mike.k@gmail.com | 31 |
I would like to make a macro that would email everyone on the list using outlook the same message "Today is your day for ..."
I am honestly not sure where to even start. I think I could figure out looping through the list and checking who's day it is etc, but I have no idea how to set up the actual email part.
Thanks for any help or tips.