Description
Get or set the VBA code executed when a button is pressed or a menu selected.
-
Property type
-
A String value.
-
Syntax
-
object.OnAction [= value]
The OnAction Property syntax has these parts: |
| object | An expression evaluating to an object of type McCommandBar. | | value | A String value. | Remarks
OnAction is usually set in the .mnu file.
|