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

DataType :

< Code> ppPasteEnhancedMetafile which allows each different area of ​​the table (rather pure solution)

ppPasteMetafilePicture same options

PpPasteOLEObject which you

I can not find any other option.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -