Consulting

Results 1 to 7 of 7

Thread: Cntrl+/ What Does It Do?

  1. #1

    Cntrl+/ What Does It Do?

    When I want to type a question mark ("?") I have a habit of accidentally pressing the Ctrl key instead of the Shift key before pressing the "?" key (which is also the "/" key). The result is that I press "Ctrl+/", and Excel responds with the message: "No cells were found". My questions is, what does "Ctrl+/" do?

  2. #2
    VBAX Master Norie's Avatar
    Joined
    Jan 2005
    Location
    Stirling, Scotland
    Posts
    1,831
    Location
    From help.
    CTRL+/ Select the current array, which is the  array that the active cell belongs to
    Though I've no idea how this works because I get the No cells found message whatever I select.

  3. #3
    Moderator VBAX Guru Ken Puls's Avatar
    Joined
    Aug 2004
    Location
    Nanaimo, BC, Canada
    Posts
    4,001
    Location
    Hi guys,

    Example workbook attached. Put your cursor in one of the yellow cells and press CTRL + /

    HTH
    Ken Puls, CMA - Microsoft MVP (Excel)
    I hate it when my computer does what I tell it to, and not what I want it to.

    Learn how to use our KB tags! -||- Ken's Excel Website -||- Ken's Excel Forums -||- My Blog -||- Excel Training Calendar

    This is a shameless plug for my new book "RibbonX - Customizing the Office 2007 Ribbon". Find out more about it here!

    Help keep VBAX clean! Use the 'Thread Tools' menu to mark your own threads solved!





  4. #4
    Ken, I hate to be dense about this, but I tried it, and nothing seemed to happen, except it seemed to select the array in column "A". None of the values changed ... BUT I didn't get the message!
    I gotta say that I have a hunch that this is a tool I won't be using often.

  5. #5
    Moderator VBAX Guru Ken Puls's Avatar
    Joined
    Aug 2004
    Location
    Nanaimo, BC, Canada
    Posts
    4,001
    Location
    Exactly, Sid. That's the point.

    When you have one cell in the middle of the array, it will select the entire array, not just the one cell. Personally, I never use arrays like what I uploaded, as there is no need to build one like that. I did inherit one though, and in order to break it, you have to select the entire array. This function could be handy there, I suppose.

    Can't say it's a keyboard combo that I keep sharpened in my toolbox though.
    Ken Puls, CMA - Microsoft MVP (Excel)
    I hate it when my computer does what I tell it to, and not what I want it to.

    Learn how to use our KB tags! -||- Ken's Excel Website -||- Ken's Excel Forums -||- My Blog -||- Excel Training Calendar

    This is a shameless plug for my new book "RibbonX - Customizing the Office 2007 Ribbon". Find out more about it here!

    Help keep VBAX clean! Use the 'Thread Tools' menu to mark your own threads solved!





  6. #6
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Quote Originally Posted by Ken Puls
    When you have one cell in the middle of the array, it will select the entire array, not just the one cell. Personally, I never use arrays like what I uploaded, as there is no need to build one like that. I did inherit one though, and in order to break it, you have to select the entire array. This function could be handy there, I suppose.
    Even if you do use this type of block-array formula as I do, you do not need this keyboard combo. Just select any cell within the range, and update it within the formula bar (CSE), and the whole range gets selected.

  7. #7
    Site Admin
    Urban Myth
    VBAX Guru
    Joined
    May 2004
    Location
    Oregon, United States
    Posts
    4,940
    Location
    Just as a note, this type of array is different than the other types of arrays associated with the worksheet. It's an array of cells, not an array formula.

Posting Permissions

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