Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default CTRL+Page Up and CTRL+Page Down

Is there a way to disengage that keystroke navigation?

Thanks,
Arturo
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default CTRL+Page Up and CTRL+Page Down

see the onkey method in Excel VBA help for a way to redefine specific
keystrokes.

--
Regards,
Tom Ogilvy

"Arturo" wrote in message
...
Is there a way to disengage that keystroke navigation?

Thanks,
Arturo



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default CTRL+Page Up and CTRL+Page Down

Disabled:
Application.OnKey "^{PGDN}", ""
Application.OnKey "^{PGUP}", ""

Enabled:
Application.OnKey "^{PGDN}"
Application.OnKey "^{PGUP}"

Thank you!

"Tom Ogilvy" wrote:

see the onkey method in Excel VBA help for a way to redefine specific
keystrokes.

--
Regards,
Tom Ogilvy

"Arturo" wrote in message
...
Is there a way to disengage that keystroke navigation?

Thanks,
Arturo




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Odd behavior on Ctrl-Page Down Eric_in_EVV[_2_] Excel Discussion (Misc queries) 3 October 30th 09 04:07 PM
Excel 2007: Ctrl+PgUp or Ctrl+PgDn with Protected Sheets DrDave Excel Discussion (Misc queries) 1 July 28th 08 04:12 AM
Ctrl+Page Down to navigate sheets TimT Excel Discussion (Misc queries) 1 May 30th 07 02:21 PM
why doesn't ctrl+page down work? Faith Excel Discussion (Misc queries) 2 May 21st 06 03:42 PM
Ctrl Page Down/Up carrera Excel Discussion (Misc queries) 1 September 12th 05 05:25 PM


All times are GMT +1. The time now is 06:08 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"