T
traffic
Using the macro which disables the enter key in a form -
http://support.microsoft.com/kb/q187985/
this works great on 3 computers but I get an error on the 4th comupter when
trying use the form. After enabling the macro I get- runtime error 5980
context cannot be
modified. Debug brings me to
KeyBindings.Add KeyCode:=BuildKeyCode(wdKeyReturn),
KeyCategory:=wdKeyCategoryMacro, Command:="EnterKeyMacro"
What setting could be differnt of the 4th computer (the one I need to use
the most) - I feel like I have looked everywhere and all is the same as
others.
http://support.microsoft.com/kb/q187985/
this works great on 3 computers but I get an error on the 4th comupter when
trying use the form. After enabling the macro I get- runtime error 5980
context cannot be
modified. Debug brings me to
KeyBindings.Add KeyCode:=BuildKeyCode(wdKeyReturn),
KeyCategory:=wdKeyCategoryMacro, Command:="EnterKeyMacro"
What setting could be differnt of the 4th computer (the one I need to use
the most) - I feel like I have looked everywhere and all is the same as
others.