Keep Source Formatting in VBA

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top