TransitionMenuKeyAction Property [Excel 2003 VBA Language Reference]
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
Applies to | Application Object
See Also | TransitionMenuKey Property