T
Tim
When I try to add keybindings to Alt+C and Alt+N, I get a Run-time
error '5346'.
"Word cannot change the function of the specified key."
Below is a sample of the lines of code.
CustomizationContext = ActiveDocument.AttachedTemplate
KeyBindings.Add KeyCategory:=wdKeyCategoryCommand,
Command:="ToolBarMenu.InsertCautionBP", _
KeyCode:=BuildKeyCode(arg1:=wdKeyAlt, arg2:=wdKeyC)
What is Alt+C & Alt+N suppose to do?
Is there a way around it?
Appreciate all Help.
Thanks,
error '5346'.
"Word cannot change the function of the specified key."
Below is a sample of the lines of code.
CustomizationContext = ActiveDocument.AttachedTemplate
KeyBindings.Add KeyCategory:=wdKeyCategoryCommand,
Command:="ToolBarMenu.InsertCautionBP", _
KeyCode:=BuildKeyCode(arg1:=wdKeyAlt, arg2:=wdKeyC)
What is Alt+C & Alt+N suppose to do?
Is there a way around it?
Appreciate all Help.
Thanks,