Expand Minimize
This topic has not yet been rated - Rate this topic

Application.TransitionNavigKeys Property (Excel)

Published: July 16, 2012

True if transition navigation keys are active. Read/write Boolean.

expression .TransitionNavigKeys

expression A variable that represents an Application object.

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
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.