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

email address is invalid
Please reply to newsgroup only.

Re: Change slides hidden property to visible programmatically by David

David
Wed Mar 12 10:38:21 CDT 2008

=?Utf-8?B?RGFsZSBGeWU=?= <dale.fye@nospam.com> wrote in
news:1E7E2DDB-9C98-44CC-AE21-33C683F8FC3E@microsoft.com:

> 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


--
David M. Marcovitz
Microsoft PowerPoint MVP
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/

Re: Change slides hidden property to visible programmatically by Dale

Dale
Wed Mar 12 19:06:57 CDT 2008

Thanks Dave, just what I was looking for.

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

"David M. Marcovitz" <marcoNOSPAM@loyola.edu> wrote in message
news:Xns9A5F7665F57A8marcoNOSPAMloyolaedu@207.46.248.16...
> =?Utf-8?B?RGFsZSBGeWU=?= <dale.fye@nospam.com> wrote in
> news:1E7E2DDB-9C98-44CC-AE21-33C683F8FC3E@microsoft.com:
>
>> 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
>
>
> --
> David M. Marcovitz
> Microsoft PowerPoint MVP
> Author of _Powerful PowerPoint for Educators_
> http://www.PowerfulPowerPoint.com/