R
Remou
The code below does not fire in Outlook 2010 when I send an email even when I
set the macro level to no warnings and restart Outlook. I can step through
and run other code. Outlook is not set as my default mail program.
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
MsgBox "Hi"
End Sub
set the macro level to no warnings and restart Outlook. I can step through
and run other code. Outlook is not set as my default mail program.
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
MsgBox "Hi"
End Sub