Application.TransitionNavigKeys property (Excel)
True if transition navigation keys are active. Read/write Boolean.
Syntax
expression.TransitionNavigKeys
expression A variable that represents an Application object.
Example
This example displays the current state of the Transition navigation keys option.
If Application.TransitionNavigKeys Then
keyState = "On"
Else
keyState = "Off"
End If
MsgBox "The Transition Navigation Keys option is " & keyState
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.