S
SuperSlueth
I've read the help on reply event , but can't get it to work
I've tried placing this everywhere but I can't get it to run when the
user sends a reply.
I'm trying to find the right place to set the code so that only runs
when the user sends a reply
PLEASE can anyone help
Public WithEvents myItem As MailItem
Sub Initialize_Handler()
Set myItem = Application.ActiveInspector.CurrentItem
End Sub
Private Sub myItem_Reply(ByVal Response As Object, Cancel As Boolean)
MsgBox "Reply"
End Sub
I've tried placing this everywhere but I can't get it to run when the
user sends a reply.
I'm trying to find the right place to set the code so that only runs
when the user sends a reply
PLEASE can anyone help
Public WithEvents myItem As MailItem
Sub Initialize_Handler()
Set myItem = Application.ActiveInspector.CurrentItem
End Sub
Private Sub myItem_Reply(ByVal Response As Object, Cancel As Boolean)
MsgBox "Reply"
End Sub