So I got it to export the charts as images...
Sheets(1).ChartObjects("Chart 1").Chart.Export "C:\Chart1.png"
Then I build some HTML...
myHTML = ""
myHTML = myHTML & "
"
myHTML = myHTML & ""
Then I use...
SendMailTo(me, myself, andi@i.com, "Does this work?", myHTML, 1)
And it sends....
And in Gmail I get blank email. And it I look at everything, it has the
lines in what was received.
Where am I going wrong?
Originally Posted by: congtop