vba command to paste special KeepSourceFormatting(K) in powerPoint -
I'm trying to extract a cell range and copy it into PowerPoint2010. Although I do not want to use embedded format, but instead of one of the KeepSourceFormatting I tried the following command:
ActiveWindow.View.PasteSpecial DataType: = ppPasteOLEObject, link: = MSOflse
But It still creates an object that launches Excel to edit content.
Basically I want to paste the table of formatted data from Excel to Powerpoint and want to maintain its presence but still be able to edit the content in PowerPoint.
Any thoughts? The following options are for
< Code> ppPasteEnhancedMetafile which allows each different area of the table (rather pure solution) I can not find any other option. DataType :
ppPasteMetafilePicture same options
PpPasteOLEObject which you
Comments
Post a Comment