Keep Source Formatting in VBA

G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top