| Feature: Simultaneously
navigate to next/previous slide for all open presentations Default Shortcut
Keys: <None>
Description:
This feature enables you to navigate
advance forward or backwards all open presentations simultaneously. You
can use this feature to do a visual comparison between presentations of
different versions, for instance.
For calling from macros:
Sub PPShortcuts_AllPresentationsNextSlide()
Application.Run "PPShortcuts.ppa!AllPresentationsNextSlide"
End Sub
Sub PPShortcuts_AllPresentationsPreviousSlide()
Application.Run "PPShortcuts.ppa!AllPresentationsPreviousSlide"
End Sub
|