Overview
Features
Download
Tutorials
|
Tutorial 4 - Invoke Feature through a Menu item on the
PowerPoint Menu System
This tutorial describes how to use a feature of Shortcuts for PowerPoint
from an
item on the PowerPoint menu system.
Follow these steps:
- Create an item on the menubar.
- In the OnAction property, set the macro name corresponding to
the feature that you wish to use. For example, to print the current
slide, use PPShortcuts.ppa!PrintCurrentSlide macro.
Now when you select the menu item, the macro set in OnAction property
will get executed.
|