Outlook 2013 macro suddenly not working anymore

1

I've been using a macro to send mails when a reminder is triggerd. I used this guide to get it: Scheduled and recurring email in Outlook?

It worked fine for a couple days but now it's not sending mails anymore. I do get the reminders but my email is not being send.

I've been searching for a solution but, unfortunately, I can't find anything that works. I basically checked everything I could think of. I copy/pasted the code so that should be okay, and the macro settings are correct too.

I hope someone here can help me out.

Jarvice

Posted 2015-06-17T10:45:17.357

Reputation: 35

Answers

1

Try to debug the macro, set the breakpoint on the first If statement, fire the reminder and then execute it step by step to find the cause of the issue.

You can set/unset breakpoint and step over the code using toolbar buttons.

thims

Posted 2015-06-17T10:45:17.357

Reputation: 8 081