FindKey Property

See Also         Example         Applies To

Returns a KeyBinding object that represents the specified key combination. Read-only.

Syntax

expression.FindKey(KeyCode, KeyCode2)

expression   Optional. An expression that returns an Application object.

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.

Remarks

You can use the BuildKeyCode method to create the KeyCode or KeyCode2 argument.