Programming a keystroke assignment

A

Angie M.

Hi,

Is there a way to "Reset" the keystroke assignments in the Normal template
using a macro stored in a global template? I'm using Word 2003. I have 800
users and don't want to roll out a new normal just because I have a few
keystrokes that aren't assigned properly. Thanks
 
T

Tony Jollans

You should not be changing users' Normal templates at all. If you want to
alienate your users, or have already alienated them and are trying to save
face, then, yes, you can precede your key (un-)assignment code with:

CustomizationContext = NormalTemplate

and the changes will affect the normal template, wherever the code is run
from.
 
Top