PasteAndFormat in Powerpoint

R

raphaeL

Hello everybody,

i'm trying to write a powerpoint 2007 add-in/makro, which pastes the copied
slides to the active presentation and uses the original format pattern. The
solution for the same problem in word 2007 is the following command:
PasteAndFormat(wdFormatSurroundingFormattingWithEmphasis)
Is there any possibility to use this command in powerpoint?
If not, is it possible to change the standard paste format to "original
format pattern"?

Thanks in advance! Raphael
 
R

raphaeL

Thanks for your help, but this doesn't solve my problem.

Although the target presentation uses the source master, the fontsize of
many shapes is changed.
If I paste the slides manually and select source format in the
paste-options, powerpoint uses the correct fontsize from the source
presentation.

Is it possible to modify the makro so it will use the correct fontsize from
the source presentation?
 
Top