TransitionMenuKeyAction Property

Microsoft Excel Visual Basic

Returns or sets the action taken when the Microsoft Excel menu key is pressed. Can be either xlExcelMenus or xlLotusHelp. Read/write Long.

Example

This example sets the Microsoft Excel menu key to run Lotus 1-2-3 Help when it is pressed.

Application.TransitionMenuKeyAction = xlLotusHelp