Hi,
I hope I understood you correctly, with the code below I still get the error but nothing prints now?
Regards
Dim counter As Long
Sub LSPrint(Item As Outlook.MailItem)
NewPrintMacro Item
counter = counter + 1
End Sub
Sub NewPrintMacro(Item As Outlook.MailItem)
On Error GoTo OError...