Saving KeyBinding in normal.dot

W

Wolf

Hello!

I got a problem with a macro in a dot that is a kind of Client-Installation.
I try to add a new KeyBinding for a Macro that should be saved in
normal.dot. The KeyBinding is added and works but if i restart Word it is
gone.

These are the ways i tried:

1. WordBasic.ToolsCustomizeKeyboard KeyCode:=334, Category:=2,
Name:="MacroName", Add:=1

2. CustomizationContext = NormalTemplate
KeyBindings.Add KeyCode:=BuildKeyCode( wdKeyQ, wdKeyControl),
KeyCategory:=wdKeyCategoryMacro, Command:="MacroName"

Other Settings are set correctly and are available after restart just the
Key Bindings aren't saved properly.

I tested several workstations with different versions of Word. On some it
worked, on some it doesn't worked, without clue to dependency on version or
something .

Maybe there is a setting that prevents Word saving my changes in normal.dot
(which is not write protected) ?

Thank you for your help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top