![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Change slides hidden property to visible programmatically
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
=?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
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.2 48.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/ |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|