I am trying to paste a range with a chart from excel WB to outlook new email. The problem is i cant paste it with the formatting - it shows as text. I am using Selection.Copy from excel and i am trying to paste it in outlook newly created mail. If i go manually and use CTRL+V in the mail - it works. I tried the <Clipboard.au3> functions but i cant get it to work. I also tried converting this VBA: Sub PasteFormattedTable()
Dim Doc As Word.Document
Dim wdRn As Word.Range
Dim Xl As Exce