Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 98
Default Keyboard Shortcuts

Hello All,

Is there any way (other than when recording macros) to manually go in and set (or change) keyboard shortcuts on existing macros?

TIA,

Conan Kelly


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Keyboard Shortcuts

Hello,
If I understand, you want to create a 'ctrl-*' shortcut key to a macro
that's already been created. If this is the case, from the spreadsheet that
has the macro, select 'Alt-F8'. This brings up the list of macros attached
to that spreadsheet. Highlight the macro you want to create the shortcut.
At the bottom of that window, select 'Options'. A second window pops up, and
this is the point where you can select a 'Ctrl' key to create your shortcut.
Hope this is what you were looking for.

Regards,
Johnny Mick

"Conan Kelly" wrote:

Hello All,

Is there any way (other than when recording macros) to manually go in and set (or change) keyboard shortcuts on existing macros?

TIA,

Conan Kelly



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Keyboard Shortcuts

Sub Macro2()
Application.MacroOptions Macro:="Macroxx", ShortcutKey:="e"
End Sub


will set the shortcutkey for Macroxx to CNTRL-e
--
Gary's Student


"Conan Kelly" wrote:

Hello All,

Is there any way (other than when recording macros) to manually go in and set (or change) keyboard shortcuts on existing macros?

TIA,

Conan Kelly



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Keyboard Shortcuts

select the macro in Tools=Macro=Macros and then click the option button.

--
Regards,
Tom Ogilvy


"Conan Kelly" <CTBarbarin at msn dot com wrote in message
...
Hello All,

Is there any way (other than when recording macros) to manually go in and

set (or change) keyboard shortcuts on existing macros?

TIA,

Conan Kelly




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 98
Default Keyboard Shortcuts

Johnny,

Thanks for the info. That is exactly what I'm looking for.

Conan





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 98
Default Keyboard Shortcuts

Gary's Student

Thanks for the info. That will come in handy.

Conan


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
Keyboard Shortcuts jovch Excel Discussion (Misc queries) 1 August 25th 08 07:57 PM
Keyboard Shortcuts wnfisba Excel Discussion (Misc queries) 3 December 8th 06 07:11 PM
Keyboard shortcuts Scott Excel Discussion (Misc queries) 2 January 25th 06 04:51 AM
KEYBOARD SHORTCUTS rm Excel Discussion (Misc queries) 8 May 18th 05 08:48 AM
Keyboard Shortcuts Storm2 Excel Programming 2 October 14th 04 04:54 AM


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