Results 1 to 2 of 2

Thread: Disabling Enter Key or "["key in Word 2000

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Location
    Burbank
    Posts
    6

    Question

    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.

  2. #2
    Addicted Member jeroenh's Avatar
    Join Date
    Aug 2000
    Location
    Rotterdam, Holland
    Posts
    201
    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.
    Catch you later,

    Jeroen Hoekemeijer
    Code:
    If 1 = 2 Then MajorError

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width