What is the best why in Word 2000 (with VBA) to diable various keys, such as the Enter Key or The Brackets. Please help ne ASAP.
Printable View
What is the best why in Word 2000 (with VBA) to diable various keys, such as the Enter Key or The Brackets. Please help ne ASAP.
The only way I think it's possible is by using a textbox or richtextbox. Then you have the event KeyPressed. Here you could filter the key's given by a user. Then you put them in Word.
I you use the RichTextBox then you can even make it possible to work with Bold, Italic and other fontpropertys, I use this one as well.