+ Reply to Thread
Results 1 to 2 of 2

Disable keyboard shortcuts in formula edit mode?

  1. #1
    Dirk Van de moortel
    Guest

    Disable keyboard shortcuts in formula edit mode?

    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



  2. #2
    Dave Peterson
    Guest

    Re: Disable keyboard shortcuts in formula edit mode?

    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1