+ Reply to Thread
Results 1 to 4 of 4

Keyboard shortcut to go to first worksheet in workbook?

  1. #1
    Don S
    Guest

    Keyboard shortcut to go to first worksheet in workbook?

    Is there a keyboard shortcut that will go to the first worksheet in a
    workbook? I can use the mouse to click on the double arrow left, but
    some activities aren't as efficient when my hands are on the keyboard.

    I use the first worksheet as an index listing all the worksheets in
    the workbook with hyperlinks to them. It works well to keep up with
    update progress.

    Thanks!

    Don S

  2. #2
    David McRitchie
    Guest

    Re: Keyboard shortcut to go to first worksheet in workbook?

    Hi Don,
    You would have to make your own shortcut
    http://www.mvps.org/dmcritchie/excel/install.htm

    Sub GoToFirstSheet()
    'David McRitchie, 2006-01-27
    On Error Resume Next
    Sheets(1).Select
    End Sub

    More GoToStuff (goes with various web pages)
    http://www.mvps.org/dmcritchie/excel/code/gotostuff.txt
    ---
    HTH,
    David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

    "Don S" <[email protected]> wrote in message news:[email protected]...
    > Is there a keyboard shortcut that will go to the first worksheet in a
    > workbook? I can use the mouse to click on the double arrow left, but
    > some activities aren't as efficient when my hands are on the keyboard.
    >
    > I use the first worksheet as an index listing all the worksheets in
    > the workbook with hyperlinks to them. It works well to keep up with
    > update progress.
    >
    > Thanks!
    >
    > Don S




  3. #3
    Don S
    Guest

    Re: Keyboard shortcut to go to first worksheet in workbook?

    On Fri, 27 Jan 2006 13:26:55 -0500, "David McRitchie"
    <[email protected]> wrote:

    >Hi Don,
    >You would have to make your own shortcut
    > http://www.mvps.org/dmcritchie/excel/install.htm
    >
    >Sub GoToFirstSheet()
    >'David McRitchie, 2006-01-27
    > On Error Resume Next
    > Sheets(1).Select
    >End Sub
    >
    >More GoToStuff (goes with various web pages)
    > http://www.mvps.org/dmcritchie/excel/code/gotostuff.txt
    >---
    >HTH,
    >David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    >My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    >Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
    >
    >"Don S" <[email protected]> wrote in message news:[email protected]...
    >> Is there a keyboard shortcut that will go to the first worksheet in a
    >> workbook? I can use the mouse to click on the double arrow left, but
    >> some activities aren't as efficient when my hands are on the keyboard.
    >>
    >> I use the first worksheet as an index listing all the worksheets in
    >> the workbook with hyperlinks to them. It works well to keep up with
    >> update progress.
    >>
    >> Thanks!
    >>
    >> Don S

    >


    Thanks David,

    ...also for the "go to the right of the current row". I've needed the
    opposite of "Home" in this same monthly update.

    Don S



  4. #4
    Pete
    Guest

    Re: Keyboard shortcut to go to first worksheet in workbook?

    Don,

    you could have a hyperlink in every sheet which points back to your
    index sheet.

    Pete


+ 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