E
Emmanuel STAPF
I'm trying to disable the effect of Ctrl+Enter, but I still want to be able
to send mail directly when I click the `Send' button.
I found that I would need to make sure to set `Cancel' to True in:
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
End Sub
But how do I find out when the user has used `Ctrl+Enter' or clicked on the
`Send' button?
Also, I want the script I doing for myself to be signed, so that I can keep
the high security setting for macros, but how do I do that?
Thanks,
Manu
to send mail directly when I click the `Send' button.
I found that I would need to make sure to set `Cancel' to True in:
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
End Sub
But how do I find out when the user has used `Ctrl+Enter' or clicked on the
`Send' button?
Also, I want the script I doing for myself to be signed, so that I can keep
the high security setting for macros, but how do I do that?
Thanks,
Manu