![]() |
#1
|
|||
|
|||
![]()
Hi all
I would like to disable ctrl+space shortcut key used in MS Excel 2013 in order to be used with another application on Excel 2013. Please let me know how this can work ? Thanks much. Last edited by melvinjn; 11-26-2013 at 02:52 AM. |
#2
|
||||
|
||||
![]()
Your other application should have it's own keyboard hooks, so disabling the standard ones is unnecessary. If you're developing the application, it's generally considered poor practice to 'steal' keyboard shortcuts that users might already expect to behave in a certain way.
That said, see: http://technet.microsoft.com/en-us/l.../cc179143.aspx From within Excel, you could use a macro like: Code:
Sub Disable_Ctrl_Space() Application.OnKey "^ ", "" End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#3
|
|||
|
|||
![]()
Thanks much for the information. I just realised I could change shortcuts for the other application but even that does not seem to work. I guess I have to run as applications for earlier OS.
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Jennifer Murphy | Word VBA | 1 | 01-06-2013 07:38 PM |
![]() |
ddavis5891 | PowerPoint | 1 | 09-06-2012 09:10 AM |
![]() |
blackhawk | Word | 1 | 11-02-2011 07:14 AM |
![]() |
Jamal NUMAN | Word | 3 | 04-24-2011 04:48 PM |
cant use shortcut keys (ctrl+c/v/z...) | laro | Office | 0 | 10-08-2010 11:01 PM |