I am affaid I made a typo in my opening thread I typed
instead of
, I am sorry for the confusion that made. But you really helped me with the line
Code:
.ActiveWindow.View.GotoSlide 3
I was trying all kinds of variations on this, here are a few (bad) examples I used:
Code:
.ActivePresentation.SlideShowWindow.View.GotoSlide 3
.ActivePresentation.Slides.Range 3
.View.Slide.SlideIndex 3
And the kicker is I tried the code you offered
Code:
ActiveWindows.View.GotoSlide 3
but forgot to include the point at the start of the line!
I was really stuck on this one so I can't thank you enough for the help, this forum is a great help. Many thank to you Cosmo and all who dropped by.