Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Modify Keyboard Shortcuts? Excel 2007

I've been searching for a way to modify Excel 2007's keyboard shortcuts. So
far, no luck here or elsewhere.

Specific example: when I press CTRL+F, I want to go directly the REPLACE
tab of find + replace window (currently ctrl+H does this, while ctrl+F goes
to the FIND tab).

Thanks,
Doug

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default Modify Keyboard Shortcuts? Excel 2007

If you know how to add macros to personal.xls then add the following
Sub findReplace()
Application.SendKeys ("^h")
End Sub

and assign the CTRL-f key to it.

"DougG" wrote:

I've been searching for a way to modify Excel 2007's keyboard shortcuts. So
far, no luck here or elsewhere.

Specific example: when I press CTRL+F, I want to go directly the REPLACE
tab of find + replace window (currently ctrl+H does this, while ctrl+F goes
to the FIND tab).

Thanks,
Doug

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Modify Keyboard Shortcuts? Excel 2007

Look at Shortcut Manager for Excel at
http://officeone.mvps.org/xlsctmgr/xlsctmgr.html - it allows you to define
your own keyboart shortcuts to Excel menu items and macros. To define Ctrl+F
for Replace, do the following:
1. Download and install Shortcut Manager for Excel.
2. Start Excel and select "Add-Ins" tab, click "Customize Shortcuts" item.
3. Select "Edit" category.
4. Locate and select "Replace..." command.
5. Assign Ctrl+F shortcut to it.
6. Click OK button.

- Chirag

PowerShow - View multiple PowerPoint slide shows simultaneously
http://officeone.mvps.org/powershow/powershow.html

"DougG" wrote in message
...
I've been searching for a way to modify Excel 2007's keyboard shortcuts.
So
far, no luck here or elsewhere.

Specific example: when I press CTRL+F, I want to go directly the REPLACE
tab of find + replace window (currently ctrl+H does this, while ctrl+F
goes
to the FIND tab).

Thanks,
Doug


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Modify Keyboard Shortcuts? Excel 2007

I didn't before, but I do now. Thanks - that worked perfectly. Pretty weird
that there's no simple way to change the shortcut keys though.

The Shortcut Manager mentioned in Chirag's reply looked good until I saw
that it costs $30 after the trial period...

"Sheeloo" wrote:

If you know how to add macros to personal.xls then add the following
Sub findReplace()
Application.SendKeys ("^h")
End Sub

and assign the CTRL-f key to it.

"DougG" wrote:

I've been searching for a way to modify Excel 2007's keyboard shortcuts. So
far, no luck here or elsewhere.

Specific example: when I press CTRL+F, I want to go directly the REPLACE
tab of find + replace window (currently ctrl+H does this, while ctrl+F goes
to the FIND tab).

Thanks,
Doug

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Modify Keyboard Shortcuts? Excel 2007

Hi

I'm also interested in this. What would be the code for both increasing and
decreasing the number of decimal places?

Thanks

"DougG" wrote:

I didn't before, but I do now. Thanks - that worked perfectly. Pretty weird
that there's no simple way to change the shortcut keys though.

The Shortcut Manager mentioned in Chirag's reply looked good until I saw
that it costs $30 after the trial period...

"Sheeloo" wrote:

If you know how to add macros to personal.xls then add the following
Sub findReplace()
Application.SendKeys ("^h")
End Sub

and assign the CTRL-f key to it.

"DougG" wrote:

I've been searching for a way to modify Excel 2007's keyboard shortcuts. So
far, no luck here or elsewhere.

Specific example: when I press CTRL+F, I want to go directly the REPLACE
tab of find + replace window (currently ctrl+H does this, while ctrl+F goes
to the FIND tab).

Thanks,
Doug

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
How do I customize keyboard shortcuts in Excel 2007 Ian W Excel Discussion (Misc queries) 4 October 23rd 08 07:04 PM
Excel keyboard shortcuts PLEASE JERRY Excel Discussion (Misc queries) 1 May 24th 07 01:07 AM
Keyboard shortcuts reference for Excel 2007 Mike Hayes Excel Discussion (Misc queries) 9 May 3rd 07 09:28 PM
2003 Keyboard Shortcuts in 2007 JG2222 Excel Discussion (Misc queries) 1 February 8th 07 02:12 PM
Excel 2007 Beta2 - Keyboard shortcuts bmerri19 Excel Discussion (Misc queries) 1 May 31st 06 02:26 PM


All times are GMT +1. The time now is 03:14 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"