KeyBinding object (Word)

Represents a custom key assignment in the current context. The KeyBinding object is a member of the KeyBindings collection.

Remarks

Use KeyBindings (Index), where Index is the index number, to return a single KeyBinding object. The following example displays the command associated with the first KeyBinding object in the KeyBindings collection.

MsgBox KeyBindings(1).Command

You can also use the FindKey property and the Key method to return a KeyBinding object.

Note

Custom key assignments are made in the Customize Keyboard dialog box.

See also

Word Object Model Reference

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.