Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default Shortcut Key --- A Challenge

I want to use CTRL+Z to pull up Insert Function Dialog window..


People its a challenge to me
Plzzzzzzzzzzzzzzzzzzz Help
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 903
Default Shortcut Key --- A Challenge

Ctrl+Z is undo, that would be a very bad choice
see shortcuts http://www.mvps.org/dmcritchie/excel/shortx2k.htm

Alt+I+F does what you want

You can install the following macro to bring up the Function Wizard
to install see http://www.mvps.org/dmcritchie/excel....htm#havemacro
Sub FxWizard()
Application.Dialogs(xlDialogFunctionWizard).Show
End sub

To assign your own shortcut key to a macro see http://www.mvps.org/dmcritchie/excel...x2k.htm#mykeys


---
HTH,
David McRitchie, Microsoft MVP - Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm


"Deepak" wrote in message ...
I want to use CTRL+Z to pull up Insert Function Dialog window..


People its a challenge to me
Plzzzzzzzzzzzzzzzzzzz Help



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
right click menu shortcut changed from 2002 to 2003 furia Excel Discussion (Misc queries) 2 May 30th 06 10:32 PM
Keyboard shortcut not working when I copy macro to another computer telewats New Users to Excel 1 January 9th 06 08:52 PM
Conform a total to a list of results? xmaveric Excel Discussion (Misc queries) 1 August 21st 05 07:22 PM
Conform a total to a list of results? xmaveric Excel Worksheet Functions 0 August 21st 05 10:42 AM
how can you customize a shortcut menu in excel? fredk Excel Discussion (Misc queries) 2 March 25th 05 04:25 AM


All times are GMT +1. The time now is 06:40 AM.

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

About Us

"It's about Microsoft Excel"