OfficeOne Shortcuts for PowerPoint

Overview
Features
Download
Tutorials

Uninstall
Feature: Simultaneously navigate to next/previous slide for all open presentations

Shortcut Category: Shortcuts for PowerPoint
Shortcut Commands: Next slide on all open presentations, Previous slide on 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
Contact OfficeOne on email at officeone@officeoneonline.com. Copyright © 2001-2023 OfficeOne. All rights reserved.