All-
I have just created a VBA sub() that will add a buch of different
presenations to one presentation from various files using
with
.Slides.InsertFromFile [filename] , 0
end with
The problem is, there is no "Keep Source Formatiing" option in this method.
Consequently, all of the slides are inserted with just a plain white
background. Is there a way to keep the source formatting when you insert
slides via VBA? Any help would be greatly appreciated.
Adam Milligan
Shyam Pillai - 16 Jun 2006 16:37 GMT
Adam,
Check out this code snippet, might help.
Copy slides with source formatting (PowerPoint 2002 or later)
http://skp.mvps.org/pptxp001.htm

Signature
Regards,
Shyam Pillai
Animation Carbon
http://www.animationcarbon.com
> All-
>
[quoted text clipped - 12 lines]
>
> Adam Milligan