![]() |
#1
|
|||
|
|||
![]()
what am i doing wrong here:
Sub allbcgone() If ActivePresentation.Slides(2).Shapes("bc1").Visible = False & _ ActivePresentation.Slides(2).Shapes("bc2").Visible = False & _ ActivePresentation.Slides(2).Shapes("bc3").Visible = False & _ ActivePresentation.Slides(2).Shapes("bc4").Visible = False & _ ActivePresentation.Slides(2).Shapes("bc5").Visible = False & _ ActivePresentation.Slides(2).Shapes("bc6").Visible = False & _ ActivePresentation.Slides(2).Shapes("bc7").Visible = False & _ ActivePresentation.Slides(2).Shapes("bc8").Visible = False & _ ActivePresentation.Slides(2).Shapes("bc9").Visible = False & _ ActivePresentation.Slides(2).Shapes("bc10").Visibl e = False & _ ActivePresentation.Slides(2).Shapes("bc11").Visibl e = False & _ ActivePresentation.Slides(2).Shapes("bc12").Visibl e = False & _ ActivePresentation.Slides(2).Shapes("bc13").Visibl e = False & _ ActivePresentation.Slides(2).Shapes("bc14").Visibl e = False & _ ActivePresentation.Slides(2).Shapes("bc15").Visibl e = False Then ActivePresentation.SlideShowWindow.View.GotoSlide (38) Else ActivePresentation.SlideShowWindow.View.GotoSlide (2) End If End Sub i am not sure if this is correct, but what i am trying to do is that when all the shapes are not visible the go to slide 38 . if not then go to slide 2 to continue until they are not visible. but is not wotking. can someone help? |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
CPelkey | Word | 1 | 04-12-2010 09:06 AM |
Have you seen this error statement? | nebb | Word | 4 | 12-01-2009 10:05 AM |
![]() |
themangoagent | Mail Merge | 4 | 08-26-2009 08:07 AM |
![]() |
bunnygum | Excel | 1 | 03-24-2009 05:10 AM |