View Single Post
 
Old 06-10-2010, 08:46 AM
emblaisdell emblaisdell is offline Windows XP Office 2007
Novice
 
Join Date: Jun 2010
Posts: 1
emblaisdell is on a distinguished road
Default Slide Names Being Lost

Hello. I have a VBA macro that gives specific names to each slide in a presentation using ActivePresentation.Slides(i).Name. When I export the slides as JPGs with another macro, it names the JPGs after the slide names. But, if I save and close the presentation and reopen it, then try to export, the names are gone and the macro just names the slides Slide_1 and so on. How can I make the names stay?
Reply With Quote