KeysBoundTo.Key method (Word)

Returns a KeyBinding object that represents the specified custom key combination.

Syntax

expression.Key (KeyCode, KeyCode2)

expression A variable that represents a 'KeysBoundTo' object.

Parameters

Name Required/Optional Data type Description
KeyCode Required Long A key you specify by using one of the WdKey constants.
KeyCode2 Optional Variant A second key you specify by using one of the WdKey constants.

Return value

KeyBinding

Remarks

If the key combination doesn't exist, this method returns Nothing.

Use the BuildKeyCode method to create the KeyCode or KeyCode2 argument.

See also

KeysBoundTo Collection Object

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.