Outlook recurring tasks repeating

0

I like to use recurring tasks in outlook. I use the different notes each day in the tasks so I don't want the notes to carry over to the new regenerated tasks. How can I start each recurring tasks with the notes cleared.

Jason Martinez

Posted 2012-10-25T13:57:01.677

Reputation: 11

Welcome to Superuser. As you have found, Outlook basically copies the task when it regenerates it. So, there isn't a option to remove the notes. Something like that might be accomplished using VBA. Are you familiar with VBA? – CharlieRB – 2012-10-25T14:37:39.187

Charlie RB, thanks but not familiar with it. Explain would you? – Jason Martinez – 2012-11-04T05:34:55.997

VBA is Visual Basic for Applications. It is code language used to program automation and functions into applications which are not standard features. Unfortunately, it is not something which can be taught here. There are plenty of resources online to learn how to use VBA if you choose.

– CharlieRB – 2012-11-05T13:23:02.897

No answers