Application.TransitionMenuKeyAction property (Excel)
Returns or sets the action taken when the Microsoft Excel menu key is pressed. Can be either xlExcelMenus or xlLotusHelp (see the Excel constants enumeration). Read/write Long.
Syntax
expression.TransitionMenuKeyAction
expression A variable that represents an Application object.
Example
This example sets the Microsoft Excel menu key to run Lotus 1-2-3 Help when it is pressed.
Application.TransitionMenuKeyAction = xlLotusHelp
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.