Disable keyboard shortcuts in formula edit mode?

  • Thread starter Dirk Van de moortel
  • Start date
D

Dirk Van de moortel

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
 
D

Dave Peterson

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top