ActionSettings Object
Office 2007
| PowerPoint Developer Reference |
Example
Use the ActionSettings property to return the ActionSettings collection. Use ActionSettings(index), where index is either ppMouseClick or ppMouseOver, to return a single ActionSetting object. The following example specifies that the CalculateTotal macro be run whenever the mouse pointer passes over the shape during a slide show.
| Visual Basic for Applications |
|---|
|