Keep source formatting when inserting slides (1 Viewer)

fkneg1

Registered User.
Local time
Today, 23:27
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?
 

Uncle Gizmo

Nifty Access Guy
Staff member
Local time
Today, 23:27
Joined
Jul 9, 2003
Messages
16,273
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!
 

JHB

Have been here a while
Local time
Tomorrow, 00:27
Joined
Jun 17, 2012
Messages
7,732
.. 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

Top Bottom