Disable Tab Key

  • Thread starter VinceB1 via OfficeKB.com
  • Start date
V

VinceB1 via OfficeKB.com

Hello all, Im aware a message was posted befoe which contained lots of rubish,
any idea how to disable the TAB KEY with vba please
 
V

VinceB1 via OfficeKB.com

VinceB1 said:
Hello all, Im aware a message was posted befoe which contained lots of rubish,
any idea how to disable the TAB KEY with vba please

just incase its any help for anybody in the future the code is

FindKey(KeyCode:=BuildKeyCode(wdKeyTab)).Disable

Disables the tab key dead :D
 
V

VinceB1 via OfficeKB.com

VinceB1 said:
just incase its any help for anybody in the future the code is

FindKey(KeyCode:=BuildKeyCode(wdKeyTab)).Disable

Disables the tab key dead :D

DOh doesnt seem to work
 
D

Doug Robbins - Word MVP

What message?

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
J

Jezebel

Some people hear voices, some talk to themselves, and some have tab key
disabilities.



Doug Robbins - Word MVP said:
What message?

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
V

VinceB1 via OfficeKB.com

I have all of the above! lol. Or maby not, but if the code is out there i
would be interested to know it :)
 
D

Doug Robbins - Word MVP

As posted to your other thread, use the .Result attribute of the FormFields
to evaluate the contents.


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
Top