I am trying to send an email, with a chart, using VBA in Excel.
When I use .Display
the email is created with that picture (chart) inside the email and it is sending.
When I sending straight away using .Send
, the picture of the chart disappears from the email.
Also, I would like to better understand parameters after using:
.Attachments.Add PicFilename, 1, 1
What are the numbers "1, 1" which I took from one of the examples on website.