Hi guys,
I need to extract a range of cells from Excel and mail it by adding it to Outlook Message Body. The code needs to be run from Excel, not Outlook. I have actually managed to do so using the inbuilt MailEnvelope property of Excel but it shows the undesired warning that Outlook is being called by an external program..
I had earlier used Redemption Library to get around this problem, but for another code using the plain old VBA. (I had sent Excel worksheet as an attachment.) I tried re-using the same code - adding the Excel Range to the Message Body (HTMLBody) - but it didnt work.
What would be the best approach to go forward with? Any suggestions would be welcome...
I need to extract a range of cells from Excel and mail it by adding it to Outlook Message Body. The code needs to be run from Excel, not Outlook. I have actually managed to do so using the inbuilt MailEnvelope property of Excel but it shows the undesired warning that Outlook is being called by an external program..
I had earlier used Redemption Library to get around this problem, but for another code using the plain old VBA. (I had sent Excel worksheet as an attachment.) I tried re-using the same code - adding the Excel Range to the Message Body (HTMLBody) - but it didnt work.
What would be the best approach to go forward with? Any suggestions would be welcome...