Change slides hidden property to visible programmatically

  • Thread starter Thread starter Dale Fye
  • Start date Start date
D

Dale Fye

I've got a hidden slide in a presentation that is actually a template. I am
copying this slide and modifying it using automation from Access. How do I
change this new slides hidden property to false?

Dale
 
I've got a hidden slide in a presentation that is actually a template.
I am copying this slide and modifying it using automation from
Access. How do I change this new slides hidden property to false?

Dale

oSld.SlideShowTransition.Hidden = msoFalse
 
Thanks Dave, just what I was looking for.

One of these days, I'll get familiar with the PPT object model.
 
Back
Top