Using VB to send an Email. Need help with options...
Posted by Chris on February 15, 2001 2:39 PM
I know that when you use the "Send To" option in Excel, you can opt to send the spread sheet as the body of text in an email, or you can send it as an attachment.
I was wanting to know if you have the same options when trying to use VB to set up a macro for this. So far the only code I have come across lets me send it as an attachement and I would rather do the other way.
The current code I am using:
ActiveWorkbook.SendMail Recipients:="mailto"
Any help would be greatly appreciated.
Thanks
Chris