NMiller007
Programmer
I was using .SendMail to send an Excel document that was just formatted (all of this is done from an Access macro). When I didn't define recipients, the message box would pop-up and the user could edit the body and then send.
Now they want the recipients defined, so I added that in, but now the message tries to send automatically, giving me a warning.
Can I use .SendMail to open a new message (with the recipients and subject defined) and allow the user to paste in some body text before sending (I'm assuming this would also get rid of the send warning)?
Now they want the recipients defined, so I added that in, but now the message tries to send automatically, giving me a warning.
Can I use .SendMail to open a new message (with the recipients and subject defined) and allow the user to paste in some body text before sending (I'm assuming this would also get rid of the send warning)?