KeyBinding.KeyCode2 Property
Word Developer Reference |
Returns a unique number for the second key in the specified key binding. Read-only Long.
Syntax
expression.KeyCode2
expression An expression that returns a KeyBinding object.
Example
This example displays the key codes of each key in the KeyBindings collection (the collection of all the customized keys in the active document).
Visual Basic for Applications |
---|
|
See Also