Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
HeatherErin
 
Posts: n/a
Default changing default shortcut - please help!


I am trying to figure out how to change Ctrl+Page Down to a keyboard
shortcut that I can do with my left hand. Does anyone know the steps
for changing the default shortcut keys?


--
HeatherErin
------------------------------------------------------------------------
HeatherErin's Profile: http://www.excelforum.com/member.php...o&userid=34311
View this thread: http://www.excelforum.com/showthread...hreadid=540770

  #2   Report Post  
Posted to microsoft.public.excel.misc
Jim Rech
 
Posts: n/a
Default changing default shortcut - please help!

There is no built in way to change key assignments in Excel. You have to
use VB code:

''Run this to have Excel run DoPgDn when the function key F6 is pressed.
''See Help for OnKey and SendKeys
Sub SetPgDown()
Application.OnKey "{F6}", "DoPgDn"
End Sub

Sub DoPgDn()
Application.SendKeys "{PGDN}"
End Sub

--
Jim
"HeatherErin"
wrote in message
...
|
| I am trying to figure out how to change Ctrl+Page Down to a keyboard
| shortcut that I can do with my left hand. Does anyone know the steps
| for changing the default shortcut keys?
|
|
| --
| HeatherErin
| ------------------------------------------------------------------------
| HeatherErin's Profile:
http://www.excelforum.com/member.php...o&userid=34311
| View this thread: http://www.excelforum.com/showthread...hreadid=540770
|


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
Shortcut Key for Text Changing Color in MS- Excel Hema Excel Worksheet Functions 5 April 7th 06 08:00 PM
Changing Default paper size vIQleS Setting up and Configuration of Excel 4 February 15th 06 01:35 AM
Changing default worksheet tab fonts 1940LaSalle Excel Discussion (Misc queries) 4 December 29th 05 08:23 PM
Changing Default Chart Format Saurjusa Charts and Charting in Excel 2 November 24th 05 09:26 PM
Changing single column default to Upper case Graham Excel Discussion (Misc queries) 4 September 27th 05 06:17 PM


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

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

About Us

"It's about Microsoft Excel"