Checks the passed collection of key macros for duplicates.
Syntax
object.CheckforDuplicateKeyMacros (KeyMacrosToBeChecked, DuplicateKeyMacros)
Properties
The CheckforDuplicateKeyMacros method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
KeyMacrosToBeChecked |
FixKeyMacroCollection. Collection of KeyMacro objects to be checked against this object. |
DuplicateKeyMacros |
FixKeyMacroCollection. Collection of the Duplicate KeyMacro objects found. |