If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Cell Focus Problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-04-04, 13:07
Nikos20 Nikos20 is offline
Registered User
 
Join Date: Dec 2004
Posts: 1
Cell Focus Problem

Somehow when I try to move my cell focus up and down with my keyboard arrows (up and down) it only moves the page focus up but not the actual cell focus.

How do I make it so I can control my cell focus up and down, instead of it just moving the page?

Thanks
Reply With Quote
  #2 (permalink)  
Old 12-06-04, 06:05
DavidCoutts DavidCoutts is offline
Registered User
 
Join Date: Jan 2004
Location: Aberdeen, Scotland
Posts: 1,067
Try running this code and see if it clears the problem, this will only work if they have
been set to something previously

Code:
Sub ClearOnKey()
    Application.OnKey "{UP}"
    Application.OnKey "{DOWN}"
End Sub
it sounds as though your up and down arrows are doing the job of page up and Page Down do these keys do the same job or not?
Reply With Quote
  #3 (permalink)  
Old 12-06-04, 23:16
savbill savbill is offline
Registered User
 
Join Date: Feb 2004
Posts: 533
Check your key board... You'll likely find the [Scroll Lock] button located between [Prnt Scr] and [pause/break] buttons. Press it and try again.

Happens to the best of us


/*
__________________
~

Bill
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On