I think I would set an object ref to the opened presentation
Dim openPres As Presentation Dim osld As Slide Set openPres = Presentations.Open(FileName) For Each osld In openPres.Slides ' do whatever Next osld
I think I would set an object ref to the opened presentation
Dim openPres As Presentation Dim osld As Slide Set openPres = Presentations.Open(FileName) For Each osld In openPres.Slides ' do whatever Next osld
John Wilson
Microsoft PowerPoint MVP
Amazing Free PowerPoint Tutorials
http://www.pptalchemy.co.uk/powerpoi...tutorials.html