Copy from Excel to Word AS A PICTURE

Hi, I want to copy a part of an excel document (including graphics) and paste it to a word document, but as an image (Picture (enhanced metafile) for example).

I know how to select and copy what I want but I don’t know how to paste it into word and get a image.

I suppose I have to use PasteSpecial but I can’t figure out with wich parameters :frowning:

Can someone help me please ??

Thanks and regards.

Subject: Copy from Excel to Word AS A PICTURE

Ok, I found it…

Call WordObj.Selection.PasteSpecial (1, False, 0, False, 3)

It’s the 3 that does it.