Keep source formatting when inserting slides

fkneg1

Registered User.
Local time
Today, 21:47
Joined
Aug 11, 2013
Messages
23
Hi,
I am using VBA in Access to create a PowerPoint using the data on the database. I also want to be able to insert existing slides into the new presentation. I have done this which inserts the slides:
Code:
.Slides.InsertFromFile _
          FileName:=(rs.Fields("Extra slides 1")), Index:=0
However, this does not keep the source formatting when inserting them? Is this possible in VBA?
 
I noticed your question has yet to receive a reply. Hence I am bumping it up the list let's hope it gets a second look!

I seem to recall somebody recently, on here was doing a lot with slides in VBA, so it might pay to do a search on the forum and contact that person directly can't remember who it was myself!
 
.. However, this does not keep the source formatting when inserting them? Is this possible in VBA?
I do not know exactly the problem in what you're asking, could you show it with some printscreens?
 

Users who are viewing this thread

Back
Top Bottom