Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Moshe
 
Posts: n/a
Default KeyBindings like Word.

Hello,

I would like to use KeyBindings in Excel like we have
in Word. My purpose is creating a shortcut (e.g Ctrl+J)
for a command in Excel (e.g FormatCondition).
In other word, each time I will press Ctrl+J i will run
the FormatCondition dialog will appear.

Is there any way to do it ?

With thanks,
Moshe
  #2   Report Post  
Myrna Larson
 
Posts: n/a
Default

I believe you need to create a macro that shows that dialog, and attach your
shortcut key to the macro. The macro needs just a single line

Sub ShowCFDialog()
Application.Dialogs(xlDialogConditionalFormatting) .Show
End Sub

Then in Tools/Macro/Macros, select this macro, click the Options button to
assign the shortcut key.

On Wed, 9 Feb 2005 00:49:41 -0800, "Moshe"
wrote:

Hello,

I would like to use KeyBindings in Excel like we have
in Word. My purpose is creating a shortcut (e.g Ctrl+J)
for a command in Excel (e.g FormatCondition).
In other word, each time I will press Ctrl+J i will run
the FormatCondition dialog will appear.

Is there any way to do it ?

With thanks,
Moshe


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 to embed Word document into Excel and retain sizing, formatti. Kent Excel Discussion (Misc queries) 0 February 2nd 05 07:37 PM
Embedded word doc changed to image-need to change back to word. cflores Excel Discussion (Misc queries) 0 January 23rd 05 06:45 AM
Hyperlink to a word document JS Excel Discussion (Misc queries) 1 December 10th 04 10:49 PM
Hyperlink to word document problem JS Links and Linking in Excel 0 December 8th 04 10:54 PM
S.O.S :importing excell data into word villi Excel Discussion (Misc queries) 0 November 25th 04 08:37 PM


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