TransitionNavigKeys Property 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