Using OfficeOne Shortcut Manager in Microsoft PowerPoint 2007

Written by:  • Edited by: Bill Fulks
Updated Jul 13, 2010
• Related Guides: Powerpoint 2007 | Powerpoint

The OfficeOne Shortcut Manager add-in for Microsoft PowerPoint 2007 allows you to create your own custom shortcuts. This is an especially nice feature to use in conjunction with macros as it makes creating presentations even quicker and easier than before.

Shortcut Keys in PowerPoint 2007

Microsoft PowerPoint 2007 comes equipped with a number of predefined shortcut keys that can help you save time when performing certain tasks. A listing of these shortcuts can be found at the Office Online PowerPoint 2007 information site as well as within the help section of the PowerPoint application. However, not every command in PowerPoint has a corresponding built-in shortcut. In particular, there is no shortcut key functionality for macros created in PowerPoint 2007.

If you want to assign your own custom shortcuts to commands and macros in PowerPoint 2007, you’ll have to rely on a third-party add-in. One of the more popular add-ins for this functionality is the OfficeOne Shortcut Manager. This add-in isn’t free, but you can download a trial version and use it free for 30 days. After that, you’ll have to pay $29.95 if you want to continue using the add-in. If you spend a lot of time working in PowerPoint, I think you’ll find the tool to be well worth the price.

Assigning a Shortcut Key to a Macro

Macros are great tools for saving time when creating PowerPoint presentations, but their efficiency can be even more improved if they have a shortcut key command assigned to them. For the remainder of this guide, we’ll assume that you have the OfficeOne Shortcut Manager add-in installed and available for use in PowerPoint 2007. If you don’t have this done yet and need some help with that process, refer to Part 7 of this series.

Begin by opening the Add-Ins tab on the PowerPoint ribbon and selecting Customize Shortcuts.

Customize Shortcuts
click to enlarge

When the Customize Shortcuts window opens, choose Macros from the Categories list. Then, scroll through the available macros from the Commands list, and pick the macro to which you want to assign a shortcut.

Shortcuts Menu
click to enlarge

Next, click on the box next to Assigned Shortcut to Command. When you perform this action, the only change you will see at first is the cursor present in this box next to the word None. To change this to the shortcut key sequence you would like to use for the macro, simply enter the command on the keyboard. As you type the sequence, it will appear in the box. In the example shown in this screenshot, we’re assigning the command Alt + 2 as the shortcut for the selected macro.

Assigning Shortcut
click to enlarge

When finished, click OK to continue. This will close the Customize Shortcuts window and return you to your PowerPoint presentation. Your shortcut is now set up and ready to use.


Comments

Showing all 2 comments
 
Darren MB Jan 13, 2012 6:53 PM
RE: Using OfficeOne Shortcut Manager in Microsoft PowerPoint 2007
Work around below for creating centralized macros (will work with book specific macros too)<br><br>-Create a new PPT Document.<br>-Save as "PPTM" (Macro enabled), I called mine "Macro_Document.pptm" in a location you will keep it.<br>-Open the "Trust Center Options" and add the Location of the document so it will function when opened.<br>-Enter your macros as "public sub" routines, in a new module.<br>-To use the macros the book must be open inside the same power point application at the same time; to be working correctly you "ActiveDocument" type of references so the currently selected document will be the target of your code.<br><br>To create a shortcut (or as close to one as possible)<br>-Make the macro document the currently active document in the program<br>-Open the "Customize" options<br>-Select "Choose Commands From" = "Macros"<br>-Select the desired macros and add them to the Quick Access Toolbar<br>-To Activate the macro you need to use "Alt" then "Number" (where number is the number that appears over the ribbon menu item for the correct macro. In my case it is "Alt" then "5". Note that this is NOT "Alt+5" it is the keys pressed individually "Alt" then "5"<br><br>Important Notes.<br>-The Macro Document MUST be open at the same time as the PPT you are editing or the commands will not be available (there is no "Common" or "Personal" space in power point like EXCEL or WORD. but for this extra step the common area for macros can be very valuble.
Todd Jul 23, 2010 1:39 AM
Creating Macros in Powerpoint2007
Thank you for the informative tutorial! I want to create slightly more complex macro and I have NO idea where to start with VBA.

How can I create a macro that will insert a specific line of text with a changing date (ie Day 1 - Thursday, MM/DD, Day 2 - Friday MM/DD, Day 3 - Saturday MM/DD, etc) with a corresponding image that goes with it? Please help! Thanks again!
 
blog comments powered by Disqus
Email to a friend