Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable the backspace key in MS Word 2000

Status
Not open for further replies.

JimRich

Programmer
Oct 23, 2000
57
US
How can I disable or map the backspace key in MS Word 2000?

I teach kid how to type and they are frustring themselves using the backspace key.

I need to be able to toggle it.
 
Hi Jim,
in Excel you can make pretty much any key do what you want with: Application.OnKey "{insert key here(i.e ESC)}","insert module name here", but as I am not a big user of Word I am not sure if the same applies.It is important to switch the key back to its' normal usage after closing the application though with :Application.OnKey "{insert key here}","".The end "" returns normal usage.
let me know if this works in Word (out of interest)
 
Thanks for your help. I have received help from another site that works for me. Two macros that disable and enables the Backspace key. Since my computers are only used by students it is not really necssary to use your suggestion.

I thank you for taking the time to answer my request.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top