Copying Excel 2007 Charts as picture into Word

K

Ken

Having a heck of a time trying to automate a process where we copy Excel 2007
charts and paste to a Word document as pictures. The code works and copies
all of the relevant ranges from Excel. But when pasting to Word the chart
disappears? Not a problem when the desired exhibit being pasted is all text
from Excel. But for some reason the chart object (and it doesn't matter what
kind of chart, line, bar, pie, etc.) won't copy over to the Word document.
Never had this problem in earlier versions of Excel. Always pasted charts
fine.

Copying out of Excel using:
objXL.Range("Exhibit_ALM3g").CopyPicture xlScreen, xlPicture

Pasting to Word using:
objWord.Selection.Paste

Anybody else having trouble copying out chart objects from Excel 2007 and
pasting to Word??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top