+ Reply to Thread
Results 1 to 11 of 11

Keyboard shortcut to select column by the column letter

  1. #1
    Forum Contributor
    Join Date
    08-02-2012
    Location
    Austria
    MS-Off Ver
    Excel 2007
    Posts
    457

    Keyboard shortcut to select column by the column letter

    Hi all,

    I know that this could be a stupid question, but was wondering if it could be possible.
    I would like to select a column by a keyboard shortcut. If I would press a key combination adding the letter of a column as example F, it would select the whole column.
    I was trying to search for this in google, but no luck.

    Any one knows how to get this done?

    Greetings.

  2. #2
    Forum Contributor pareshj's Avatar
    Join Date
    05-20-2014
    Location
    MUMBAI
    MS-Off Ver
    2007 & 2010
    Posts
    447

    Re: Keyboard shortcut to select column by the column letter

    Hi,

    Press Ctrl + Spacebar to select entire column.

    For more excel shortcuts, refer the below link:

    http://chandoo.org/wp/2010/02/22/com...cel-shortcuts/


    Regards,
    Paresh J
    Click on "* Add Reputation" as a way to say thanks

  3. #3
    Forum Contributor
    Join Date
    08-02-2012
    Location
    Austria
    MS-Off Ver
    Excel 2007
    Posts
    457

    Re: Keyboard shortcut to select column by the column letter

    Hi Pareshj,

    Thanks for the link.
    I went trough it, but no keyboard shortcut to select a column by letter. With Ctrl + Spacebar, I can only select the column where the current cell is selected.

    Greetings.

  4. #4
    Forum Contributor pareshj's Avatar
    Join Date
    05-20-2014
    Location
    MUMBAI
    MS-Off Ver
    2007 & 2010
    Posts
    447

    Re: Keyboard shortcut to select column by the column letter

    Hi,

    You want to select a column by letter? Can you explain it in brief with example.


    Regards,
    Paresh J

  5. #5
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: Keyboard shortcut to select column by the column letter

    One way around this is ......

    Press Alt+F11 to open VBA Editor --> Insert --> Module --> Paste the code given below in the code window --> Close the VBA Editor --> Save your workbook as Excel Macro-Enabled Workbook.
    Please Login or Register  to view this content.
    Now press Alt+F8 --> Select the macro "SelectColumn" from the macro list --> Options --> Set the shortcut key like Ctrl+Shift+F --> OK

    Now on the sheet press the shortcut key Ctrl+Shift+F, you will be prompted to input the column letter, type the column letter in the input box and press OK.

    Is that something you can work with?
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  6. #6
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Keyboard shortcut to select column by the column letter

    Press F5
    A go to Box will open
    Enter: F:F in The Reference and Press Enter Button
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  7. #7
    Forum Contributor
    Join Date
    08-02-2012
    Location
    Austria
    MS-Off Ver
    Excel 2007
    Posts
    457

    Re: Keyboard shortcut to select column by the column letter

    Hi Sktneer,
    Thanks for the macro. It works nice, but it is not that convinient as I can only use it in one workbook and does not on others.

    Hi Pareshj,
    The idea of selecting the column by letter is that if I would like to select column F, I would press some keyboard combination in the way I would select the whole column the way I would select it by pressing Ctrl + Spacebar (but this only selects the column where the cell is active).

    Greetings.

  8. #8
    Forum Contributor pareshj's Avatar
    Join Date
    05-20-2014
    Location
    MUMBAI
    MS-Off Ver
    2007 & 2010
    Posts
    447

    Re: Keyboard shortcut to select column by the column letter

    Hi Megatronics,

    From my knowledge, That would not be possible to create. You can have Macro with keyboard shortcut but again if you use other workbook then the shortcut will not work.

    Regards,
    Paresh J

  9. #9
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Keyboard shortcut to select column by the column letter

    Quote Originally Posted by nflsales View Post
    Press F5
    A go to Box will open
    Enter: F:F in The Reference and Press Enter Button
    i think this would be the closest your going to get without a macro

    if you dont want the pop up you can type directly into name box on the top left of the sheet

    http://www.guidesandtutorials.com/im...3_name_box.png
    Last edited by humdingaling; 07-24-2014 at 03:28 AM.
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  10. #10
    Forum Contributor
    Join Date
    08-02-2012
    Location
    Austria
    MS-Off Ver
    Excel 2007
    Posts
    457

    Re: Keyboard shortcut to select column by the column letter

    Hi all,

    Thank you all for your time :-)
    I guess the answer from Humdingaling is the most logical one. But looks like that with the mouse is faster, but not handier.

  11. #11
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Keyboard shortcut to select column by the column letter

    a macro can be written to request via inputbox i guess but then that would not be very different to what nflsales has proposed

    maybe some a few keystrokes at most
    is that really worth the effort? if yes the code itself isn't very hard
    Please Login or Register  to view this content.
    assign macro to custom shortcut key and there you go

    ps put macro into your "Personal.xls" macro book in order to transfer between workbooks
    Last edited by humdingaling; 07-24-2014 at 04:35 AM. Reason: sorry sktneer just noticed your code already posted

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [keyboard shortcut] jump to last cell in column
    By boarders paradise in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 08-04-2017, 02:04 PM
  2. Keyboard shortcut to get to the next changing text in a column
    By Helal in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 10-26-2012, 09:14 AM
  3. Keyboard Shortcut Freeze Row And Column
    By goss in forum Excel General
    Replies: 2
    Last Post: 05-21-2012, 01:10 PM
  4. [SOLVED] What is Excel keyboard shortcut for adding column?
    By chipset in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-06-2006, 12:15 PM
  5. Replies: 5
    Last Post: 03-21-2005, 07:06 PM

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