ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   CTRL+Page Up and CTRL+Page Down (https://www.excelbanter.com/excel-programming/331460-ctrl-page-up-ctrl-page-down.html)

Arturo

CTRL+Page Up and CTRL+Page Down
 
Is there a way to disengage that keystroke navigation?

Thanks,
Arturo

Tom Ogilvy

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




Arturo

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






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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com