G
Guest
Sorry about that, hit the wrong button.
I have
ActiveWindow.ViewType = ppViewNormal
ActiveWindow.View.Zoom = 76
Step3.Show
but I want it to go to the last slide in the presentation, and I'm not sure
how to get there. I've searched the last hour or so and can't find anything,
not in my books, either...it seems like it'd be as easy as GoTo last, but I'm
obviously missing something. I can do the count slides, thing, yes? But then,
how to access the count to get to the actual slide?
Dim oSlide As Slide
Dim count As Integer
count = 0
I have
ActiveWindow.ViewType = ppViewNormal
ActiveWindow.View.Zoom = 76
Step3.Show
but I want it to go to the last slide in the presentation, and I'm not sure
how to get there. I've searched the last hour or so and can't find anything,
not in my books, either...it seems like it'd be as easy as GoTo last, but I'm
obviously missing something. I can do the count slides, thing, yes? But then,
how to access the count to get to the actual slide?
Dim oSlide As Slide
Dim count As Integer
count = 0