J
John Baker
Hi:
I am setting up to E-mail something from excel through Outlook.
The code of interest is:
(messname is the name of the message)
ActiveWorkbook.SendMail Array("[email protected]", "[email protected]"), _
messname
The problem is that Outlook pops up a warning message that someone is trying to e-mail,
and asks for approval. If the user approves, thats fine but if they click NO the system
goes off into never never land.
I want to be able to detect that they have clicked no and take specific action to close
some files and tidy things up. My question is how do I do that?
Advice appreciated
John Baker
I am setting up to E-mail something from excel through Outlook.
The code of interest is:
(messname is the name of the message)
ActiveWorkbook.SendMail Array("[email protected]", "[email protected]"), _
messname
The problem is that Outlook pops up a warning message that someone is trying to e-mail,
and asks for approval. If the user approves, thats fine but if they click NO the system
goes off into never never land.
I want to be able to detect that they have clicked no and take specific action to close
some files and tidy things up. My question is how do I do that?
Advice appreciated
John Baker