+ Reply to Thread
Results 1 to 8 of 8

Shortcut to select all data on a worksheet?

  1. #1
    Forum Contributor
    Join Date
    01-14-2011
    Location
    New York City, USA
    MS-Off Ver
    Excel 2010
    Posts
    194

    Shortcut to select all data on a worksheet?

    Hello,

    Is there a shortcut to select all data in a worksheet without selection all rows and cells?

    Like if I have data in A1 to P775; how can I select just that data?

    Thanks,
    Matt
    Last edited by SEMMatt; 09-01-2011 at 01:04 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Shortcut to select all data on a worksheet?

    CNTRL SHFT 8 will expand your selection (so you must have a cell selected somewhere in A1:P775). Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    09-01-2011
    Location
    Missouri
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Shortcut to select all data on a worksheet?

    You can make a macro with the shortcut you want (Ctrl+"x") that reads:

    Range("A1:P775").Select

    Then when you are in your sheet just press (Ctrl+"x")

  4. #4
    Forum Contributor
    Join Date
    01-14-2011
    Location
    New York City, USA
    MS-Off Ver
    Excel 2010
    Posts
    194

    Re: Shortcut to select all data on a worksheet?

    Yes it does, thank you!

  5. #5
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Shortcut to select all data on a worksheet?

    Be careful with this because blank rows or columns will stop the expansion (and rightly so). I usually check with another shortcut
    CNTRL + . <--- that's a period
    That'll take you to the 4 corners of your selected range so you can verify, it is what it is.

  6. #6
    Forum Contributor
    Join Date
    01-14-2011
    Location
    New York City, USA
    MS-Off Ver
    Excel 2010
    Posts
    194

    Re: Shortcut to select all data on a worksheet?

    Hi ChemisB, appreciate the help but I tried CNTRL + . and that didn't do anything nor did CNTRL .

    Is that only for Mac? I'm using a PC.

  7. #7
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Shortcut to select all data on a worksheet?

    Hitting CNTRL and Period simultaneously (i.e. shortcut) moves the active cell to the next corner of the selected range. If you don't have a selected range (ie if you didn't do CNTRL SHFT 8 first), nothing will happen. If you have a column or row selected, the active cell moves from the top (or left) to bottom (or right). Hope that helps.

  8. #8
    Forum Contributor
    Join Date
    01-14-2011
    Location
    New York City, USA
    MS-Off Ver
    Excel 2010
    Posts
    194

    Re: Shortcut to select all data on a worksheet?

    That's was it.

    I had to do CNTRL SHFT 8 first

    nice tip though, thanks

+ 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