![]() |
CTRL+Page Up and CTRL+Page Down
Is there a way to disengage that keystroke navigation?
Thanks, Arturo |
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 |
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