PC Review


Reply
Thread Tools Rate Thread

Disable keyboard shortcuts in formula edit mode?

 
 
Dirk Van de moortel
Guest
Posts: n/a
 
      16th Dec 2005
Hi,

I'm looking for way to disable the keyboard shortcuts
Shift Space ==> select row
Ctrl Space ==> select column
when entering formulas (starting with "=").
I find the 'select row' feature extremely annoying when typing
my formulas and inserting spaces for readability.

I have found how to disable the shortcuts when entering
simple values (without the "=") with something like this:
Sub Disable_shift_space()
Application.OnKey "+ ", ""
Application.OnKey "^ ", ""
End Sub
but it does *not* work when entering formulas.

Actually I don't see why, during formula entry, I would
need keyboard shortcuts to begin with.

Anyone any idea?

Thanks in advance,
Dirk Vdm


 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      16th Dec 2005
I don't think I've ever seen a useful macro that can be used when you're editing
a formula/value.

I think this is one of the annoyances you're going to have to learn to live
with.

Dirk Van de moortel wrote:
>
> Hi,
>
> I'm looking for way to disable the keyboard shortcuts
> Shift Space ==> select row
> Ctrl Space ==> select column
> when entering formulas (starting with "=").
> I find the 'select row' feature extremely annoying when typing
> my formulas and inserting spaces for readability.
>
> I have found how to disable the shortcuts when entering
> simple values (without the "=") with something like this:
> Sub Disable_shift_space()
> Application.OnKey "+ ", ""
> Application.OnKey "^ ", ""
> End Sub
> but it does *not* work when entering formulas.
>
> Actually I don't see why, during formula entry, I would
> need keyboard shortcuts to begin with.
>
> Anyone any idea?
>
> Thanks in advance,
> Dirk Vdm


--

Dave Peterson
 
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
Disable keyboard shortcuts Pegasus Microsoft Excel Discussion 21 1st Jul 2007 12:23 PM
Disable Keyboard Shortcuts =?Utf-8?B?TWljaGFlbA==?= Microsoft Outlook Installation 3 24th Feb 2006 08:41 PM
Disable keyboard shortcuts in formula edit mode? Dirk Van de moortel Microsoft Excel Programming 1 16th Dec 2005 03:07 PM
Disable keyboard shortcuts RzB Windows XP General 5 13th Jul 2004 07:08 PM
I've lost the Edit and Help keyboard shortcuts Terri Microsoft Word New Users 3 6th Nov 2003 11:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:42 AM.