How to find out if slide is hidden or not via ppt object model

  • Thread starter Thread starter Himanshu
  • Start date Start date
H

Himanshu

Can someone point me to the api I can use to programatically detect if a
slide is hidden or not?
 
Can someone point me to the api I can use to programatically detect if a
slide is hidden or not?

ActivePresentation.Slides(2).SlideShowTransition.Hidden

is the property you are looking for for slide 2.

--David

--
David M. Marcovitz
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
Microsoft PowerPoint MVP
Associate Professor, Loyola University Maryland
 
Only in the spelling ;-o))

--
Michael Koerner
MS MVP - PowerPoint


There's a difference?

Bill
 
Back
Top