Use Excel VBA to create an e-mail w reminder
Solved/Closed
Related:
- Use Excel VBA to create an e-mail w reminder
- Excel vba create new sheet with name from cell - Guide
- Excel vba create new workbook and paste data ✓ - Forum - Excel
- Macro to Create New Workbook and Copy Data at Each Change of X - Forum - Excel
- How to create UserForm: in Excel, VBA - Guide
- How to create calculator in Excel VBA - Guide
1 reply
rizvisa1
Feb 27, 2011 at 05:03 PM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Feb 27, 2011 at 05:03 PM
see this thread. I have not tired it. Hopefully it will work for you. either way it would be nice to have a feedback on your finding
https://www.excelforum.com/excel-programming-vba-macros/695307-add-reminder-flag-to-email-item-via-excel-vba.html
https://www.excelforum.com/excel-programming-vba-macros/695307-add-reminder-flag-to-email-item-via-excel-vba.html
Mar 2, 2011 at 03:47 AM
.FlagStatus = olFlagMarked
.FlagIcon = 3
.flagdueby = FollowUpDate
Thanks for checking :-)