Multi scroll

  • Thread starter Thread starter Frans van Zelm
  • Start date Start date
F

Frans van Zelm

Hi there,

(I use PPT XP)

I wrote a procedure that scrolls by slide in all opened presentations. I
used
myDocumentWindow.LargeScroll 1
myDocumentWindow is the object variable to 'visit' all Application.Windows.

It works but ... I have to take into account that the presentation is in
normal
view and than use the slide pane to scroll. It looks like 'LargeScroll'
mimics the
<PgDn>.

Could it be done with the Slides or SlideRange of the Presentation? That
would
solve the problem. I haven't found the clue yet.

Thanks for your help,

Frans van Zelm

(Why isn't there a Edit-Goto command in the interface, like in Word and
Excel?)
 
Use ActiveWindow.View.GotoSlide <#> to move to the desired slide in the
current view.
 
Back
Top