OfficeOne Shortcuts for PowerPoint

Overview
Features
Download
Tutorials

Uninstall
Feature: Navigate to previous/next slide at the last viewed state

Shortcut Category: Shortcuts for PowerPoint
Shortcut Commands: Show Previous Full Slide, Show Next Full Slide

Default Shortcut Keys: <None>

Description:

PowerPoint enables you to navigate through the slide show. It obeys animation builds during this navigation. For instance, if you have animation builds set up to show bullets one-after-another, then the builds are reversed when you navigate back. In effect, the bullets disappear one by one. This can be quite annoying when you want to quickly move to a slide during a slide show.

Shortcuts for PowerPoint enables you to navigate to previous or next slide. The slide would be shown at the last viewed state. For instance, if the slide has completed at animations, then the slide would be shown at full. This enables you to quickly navigate back and forth in the slide show.

For calling from macros:

Sub PPShortcuts_ShowPreviousSlideLastViewedState()
    Application.Run "PPShortcuts.ppa!ShowPreviousSlideLastViewedState"
End Sub

Sub PPShortcuts_ShowNextSlideLastViewedState()
    Application.Run "PPShortcuts.ppa!ShowNextSlideLastViewedState"
End Sub

Previous Feature Next Feature
Contact OfficeOne on email at officeone@officeoneonline.com. Copyright © 2001-2023 OfficeOne. All rights reserved.