Home Addins Tips VBA FAQ Utilities Licensing Disclaimer Privacy Policy Links

OfficeOne Shortcuts for PowerPoint

Overview
Features
Download
Tutorials
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

 
Previous Feature Next Feature

 

Copyright © 2001-2008 OfficeOne. All rights reserved.