Forum Discussion
dougs522
Mar 07, 2019Copper Contributor
VBA to email Excel Range as JPG in body
Hi All, I am using the following code to select a range in Excel 2016, convert it to JPG and insert into body of email, sending with Outlook 2016. I am getting responses from recipients that the im...
bosinander
Oct 10, 2021Iron Contributor
It sounds like "<img src='cid:DashboardFile.jpg'>" refers to a local file that is not possible to load from other computers.
If possible and still needed, give it a try saving the file on a public site where it can be loaded from anywhere on the internet.
Test with a simple picture though and stay careful with ev sensitive data!
If possible and still needed, give it a try saving the file on a public site where it can be loaded from anywhere on the internet.
Test with a simple picture though and stay careful with ev sensitive data!