PC Review


Reply
Thread Tools Rate Thread

disable 2003 shortcutkeys

 
 
Shawn
Guest
Posts: n/a
 
      31st Jul 2007
I have created a new ribbon in 2007 thanks to the help of Ron De Bruin.

My problem is I can't assign shortcut keys that have been set aside to
process 2003 shortcuts.

How can I avoid this?


Thanks,

Shawn

 
Reply With Quote
 
 
 
 
Jim Rech
Guest
Posts: n/a
 
      31st Jul 2007
>>I can't assign shortcut keys that have been set aside to process 2003
>>shortcuts.


Not sure I understand. OnKey works in Excel 2007 as in earlier versions to
capture any Excel shortcut key, e.g.:

Sub AssignCtrlS()
Application.OnKey "^s", "MySub"
End Sub

Sub MySub()
MsgBox "MySub running"
End Sub


--
Jim
"Shawn" <(E-Mail Removed)> wrote in message
news:3F972867-A163-49FB-ACDE-(E-Mail Removed)...
|I have created a new ribbon in 2007 thanks to the help of Ron De Bruin.
|
| My problem is I can't assign shortcut keys that have been set aside to
| process 2003 shortcuts.
|
| How can I avoid this?
|
|
| Thanks,
|
| Shawn
|


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Override ShortcutKeys for ToolStripMenuItem Jean-Francois Becan Microsoft Dot NET Framework Forms 0 23rd Jun 2009 10:55 AM
ToolStripButton has no ShortcutKeys property? Frederik Microsoft C# .NET 0 12th Feb 2008 10:08 PM
Removing old shortcutkeys and reusing =?Utf-8?B?WHlsZW50?= Windows XP Help 5 3rd Jun 2007 12:22 AM
C# IDE Shortcutkeys YJ Microsoft C# .NET 1 28th Jun 2006 01:34 PM
How to debug ShortcutKeys? =?Utf-8?B?TmlscyBG?= Microsoft Dot NET Framework Forms 0 1st Jun 2006 11:33 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:30 PM.