D Dave Jenkins Aug 5, 2008 #1 Is there a built-in way to get a list of all the hidden slides in .pptx file?
S Shyam Pillai Aug 5, 2008 #2 You will need to loop thru the slide, just as in previous versions. ActivePresentation.Slides(x).SlideShowTransition.Hidden Regards, Shyam Pillai Image Importer Wizard http://skp.mvps.org/iiw.htm
You will need to loop thru the slide, just as in previous versions. ActivePresentation.Slides(x).SlideShowTransition.Hidden Regards, Shyam Pillai Image Importer Wizard http://skp.mvps.org/iiw.htm
D Dave Jenkins Aug 5, 2008 #3 Thanks, Shyam: Thought that was the answer. I was looking for a way via the UI that would give me a list of the hidden slides, without having to bend any iron. -- Dave Jenkins K5KX Shyam Pillai said: You will need to loop thru the slide, just as in previous versions. ActivePresentation.Slides(x).SlideShowTransition.Hidden Regards, Shyam Pillai Image Importer Wizard http://skp.mvps.org/iiw.htm Click to expand...
Thanks, Shyam: Thought that was the answer. I was looking for a way via the UI that would give me a list of the hidden slides, without having to bend any iron. -- Dave Jenkins K5KX Shyam Pillai said: You will need to loop thru the slide, just as in previous versions. ActivePresentation.Slides(x).SlideShowTransition.Hidden Regards, Shyam Pillai Image Importer Wizard http://skp.mvps.org/iiw.htm Click to expand...