Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Shortcut Key for Text Changing Color in MS- Excel | Excel Worksheet Functions | |||
Changing Default paper size | Setting up and Configuration of Excel | |||
Changing default worksheet tab fonts | Excel Discussion (Misc queries) | |||
Changing Default Chart Format | Charts and Charting in Excel | |||
Changing single column default to Upper case | Excel Discussion (Misc queries) |