G
Guest
After successfuly putting together the code to open an outlook email and
letting the user decide to send the email or not, I would like the code to do
one thing if the user sends the email and another if they decide to canel.
When the user clicks cancel, I have code that says:
If .Sent = False Then
MsgBox "This message will not be sent.", 64, "Test System"
End If
But, if the user sends the email, the code stops. It does not process any
further. And guess what, If .sent=True does not do anything.
Help please.
letting the user decide to send the email or not, I would like the code to do
one thing if the user sends the email and another if they decide to canel.
When the user clicks cancel, I have code that says:
If .Sent = False Then
MsgBox "This message will not be sent.", 64, "Test System"
End If
But, if the user sends the email, the code stops. It does not process any
further. And guess what, If .sent=True does not do anything.
Help please.