Overview
Features
Download
Tutorials
|
Tutorial 3 - Invoke Feature through Toolbar Button
This tutorial demonstrates how to use a feature of Shortcuts for PowerPoint
from a
toolbar button.
Follow these steps:
- Create a button on the toolbar.
- 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 click the toolbar button, the macro set in OnAction
property will get executed.
|