Multi scroll

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?)
 
S

Shyam Pillai

Use ActiveWindow.View.GotoSlide <#> to move to the desired slide in the
current view.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top