View Single Post
 
Old 04-11-2012, 04:50 PM
CatMan CatMan is offline Windows 7 32bit Office 2010 32bit
Intermediate
 
Join Date: Apr 2012
Posts: 39
CatMan is on a distinguished road
Default

I am affaid I made a typo in my opening thread I typed
Code:
with ppt
instead of
Code:
with ppte
, 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.
Reply With Quote