From: Ken on 24 Mar 2010 14:51 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??
|
Pages: 1 Prev: Charts created 2003 Appear black when received in excel 2007 Next: Time-value axis labels |