KeysBoundTo Collection Object
Word Developer Reference |
A collection of KeyBinding objects assigned to a command, style, macro, or other item in the current context.
Remarks
Use the KeysBoundTo property to return the KeysBoundTo collection. The following example displays the key combinations assigned to the FileNew command in the Normal template.
Visual Basic for Applications |
---|
|
The following example displays the name of the document or template where the keys for the macro named "Macro1" are stored.
Visual Basic for Applications |
---|
|
See Also