Hi

I have a code that creates a png picture and then I try to add it to the body in an email.

Problem is that the picture is resized into something that is completely useless.

How can I set the code to add the picture as it is??

With OutMail
.HTMLBody = preStrBody & "<IMG src=cid:DailyReport.png></img><br>" & postStrBody
End With
Thanks
Espen