Shapes (unknown member) : Invalid request. The specified data type is unavailable.
Is the line I got if try to PasteSpecial a copied chart from Excel,
... xlShape.Copy(); ... pptSlide.Shapes.PasteSpecial(PowerPoint.PpPasteDataType.ppPasteDefault, msoFalse, "", 0, "", msoFalse);
Anybody could give me a hint, why this happens and how to workaround it ?
Thank you in advance.