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

H

Himanshu

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

David Marcovitz

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
 
M

Michael Koerner

Only in the spelling ;-o))

--
Michael Koerner
MS MVP - PowerPoint


There's a difference?

Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top