Application.TransitionMenuKeyAction Property (Excel)
Returns or sets the action taken when the Microsoft Excel menu key is pressed. Can be either xlExcelMenus or xlLotusHelp. 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