Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Help me.
Does anyone know a macro code to print a pivot table chart into outlook body?
I am using the code as follow:
ActiveDocument.GetSheetObject(
"CH219").CopyTableToClipboard true objHTM = CreateObject("htmlfile")
Set
strTXT = objHTM.ParentWindow.ClipboardData.GetData(
"text")
objMail.body = strTXT
Thanks in advance.
Raman