Space Bar not working in MSWord

J

Jeff Oliver

I have been using MSWord and suddenly the spacebar does
not work when typing a document.

It works fine in other applications so it is not the
keyboard.

Does anyone know of a setting etc. that may cause this to
happen. I have tried rebooting my PC and that did not
reset/correct the problem.

Thanks
 
C

Cindy M -WordMVP-

Hi Jeff,

It's possible that some macro reassigned the key. See if
this macro helps

Sub ReassignKey()
CustomizationContext = NormalTemplate
Application.FindKey(KeyCode:=vbKeySpace).Clear
End Sub

If it doesn't, check that there are no addins loaded in
Tools/Templates and Addins.

If that still doesn't help, we need to know which version of
Word you have.
I have been using MSWord and suddenly the spacebar does
not work when typing a document.

It works fine in other applications so it is not the
keyboard.

Does anyone know of a setting etc. that may cause this to
happen. I have tried rebooting my PC and that did not
reset/correct the problem.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep
30 2003)
http://www.mvps.org/word

This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:)
 
Top