Applies To
Application Object.
Description
Returns or sets the action taken when the alternate menu key is pressed (one of xlExcelMenus or xlLotusHelp). This property cannot be set to xlLotusHelp on the Apple Macintosh. Read-write.
See Also
TransitionMenuKey Property.
Example
This example sets the alternate menu key to run Lotus 1-2-3 Help when it is pressed. This property cannot be set to xlLotusHelp on the Macintosh.
Application.TransitionMenuKeyAction = xlLotusHelp