PC Review


Reply
Thread Tools Rate Thread

Change the action of TAB Key

 
 
Janie
Guest
Posts: n/a
 
      25th Aug 2009
I know how to control the movement of the ENTER key, but what about the TAB
key? I want to compel the TAB key to always move DOWN. Suggestions?
 
Reply With Quote
 
 
 
 
Phil Hibbs
Guest
Posts: n/a
 
      26th Aug 2009
Janie wrote:
> I know how to control the movement of the ENTER key, but what about the TAB
> key? *I want to compel the TAB key to always move DOWN. *Suggestions?


Application.OnKey "{TAB}", "xxx"

where xxx is whatever moves the cursor down, not sure about that bit.

Phil Hibbs.
 
Reply With Quote
 
Patrick Molloy
Guest
Posts: n/a
 
      26th Aug 2009
"XXX" would be the name of the sub that hitting the key calls
so

Sub StartKey()
Application.OnKey "{TAB}", "setMovement"
End Sub
Sub setMovement()
Selection.Offset(1).Select
End Sub




"Phil Hibbs" wrote:

> Janie wrote:
> > I know how to control the movement of the ENTER key, but what about the TAB
> > key? I want to compel the TAB key to always move DOWN. Suggestions?

>
> Application.OnKey "{TAB}", "xxx"
>
> where xxx is whatever moves the cursor down, not sure about that bit.
>
> Phil Hibbs.
>

 
Reply With Quote
 
Phil Hibbs
Guest
Posts: n/a
 
      26th Aug 2009
> "XXX" would be the name of the sub that hitting the key calls

I thought there might be one already.

Phil Hibbs.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Change the Shutdown Action To Reboot Action in statr menu shatztal Windows XP General 12 13th Sep 2009 06:50 PM
Change key action Owner Windows Vista Mail 12 5th Sep 2007 07:19 PM
Cell change causes action keyser_Soze@usa.com Microsoft Excel Programming 5 8th Mar 2006 02:22 PM
Why would default DOT action change? Mike Microsoft Word Document Management 2 19th May 2005 04:14 PM
how do I change form action? =?Utf-8?B?UHJhc2Fk?= Microsoft Dot NET 0 10th Mar 2004 05:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:35 PM.