![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|