Hi all, can anyone help with this please. I am using application_itemsend with some code which pops up a userform (warning you are sending to an external recipient!) but the problem is that this happens.
Lets say I am in the middle of writing two e-mails, I click send on email1 and my userform pops up BUT as soon as the userform pops up my email1 goes into the background and email2 comes forward so my code actually sends email2 instead.
I could do with a way of something like this..
EmailThatIWantToSend = application.currentemail (Totally made up that bit)
userform1.show (then my email has now gone in the background)
application.get EmailThatIWantToSend (basically get my email back to the front)
Send
Does anyone know how to go about that please?
Thanks
John
Bookmarks