Embedded OLE Powerpoint slides in Access

  • Thread starter Thread starter KoldKay
  • Start date Start date
K

KoldKay

Hi all,

I've got some embedded Powerpoint slides in an Access database. How
would I go about inserting the slides using VB into a powerpoint
presentation?

Is there also any filepath which I can use to manipulate them from a
VB Module? As in, for me to read the text from the OLE Powerpoint
slide object.


Thanks

KoldKay
 
I suggest that you either build the slides from data in an Access table, or
you store the slides externally, and use Access to maintain the paths, then
reassemble the slides into a slide show. Several of the PowerPoint MVPs have
done this and should have the code you need. It may be more productive to
ask in a PowerPoint newsgroup.
 
Back
Top