help_for_excel
Board Regular
- Joined
- Feb 24, 2012
- Messages
- 72
Hi,
I am controlling 2 power-point files from excel VBA. Basically I want to copy and paste slides from one powerpoint file to another. but while pasting I want to use paste as Keep Source formatting (K)
my current code is:
For Each pptslide In pptpres.Slides
pptpres.Slides(x).Copy
pptpres2.Slides.Paste
can any one help, by replacing simple paste with Keep Source formatting (K) pasting.
thanks in advance.....help
I am controlling 2 power-point files from excel VBA. Basically I want to copy and paste slides from one powerpoint file to another. but while pasting I want to use paste as Keep Source formatting (K)
my current code is:
For Each pptslide In pptpres.Slides
pptpres.Slides(x).Copy
pptpres2.Slides.Paste
can any one help, by replacing simple paste with Keep Source formatting (K) pasting.
thanks in advance.....help