Hello,
The code below works but only after the warning pops up. I get a critical warning pop up that says "No Such Template". Can anyone see why the warning pops up first then actually does what the macro is supposed to do?
<code>
Sub OL()
Dim objOL As Outlook.Application, msg As MailItem...