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?
|