Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Word
Microsoft Powerpoint
Getting Master shapes to appear in slideshow view
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="JimS, post: 13223923"] I am using VBA to turn on and off shapes that are in the Master. When I step through a VBA macro to turn on and off selected shapes in slideshow view, some shapes do not appear in slideshow view; yet they do appear in normal view, so I know the macro is working. Here is a code snippet: Dim CurSld As Integer CurSld = SlideShowWindows(1).View.Slide.SlideID Set myShapes = ActivePresentation.Slides(1).Master.Shapes Select Case CurSld Case 259 If myShapes.Item("NAV_SEL").Visible = msoTrue Then With myShapes .Item("Nav_SA1").Visible = msoFalse .Item("Nav_SA2").Visible = msoTrue .Item("NAV_SEL").Visible = msoFalse .Item("NAV_ASSC").Visible = msoTrue End With End If .... Thanks! [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Word
Microsoft Powerpoint
Getting Master shapes to appear in slideshow view
Top