+ Reply to Thread
Results 1 to 6 of 6

shortcut to go to last active sheet of a workbook

  1. #1
    Registered User
    Join Date
    10-11-2020
    Location
    India
    MS-Off Ver
    2013
    Posts
    36

    shortcut to go to last active sheet of a workbook

    Is there any short cut to go to last work sheet I was working on (in the same work book)

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,696

    Re: shortcut to go to last active sheet of a workbook

    There is no built-in way to do this. It wouldn't be too hard to do with VBA. Would you want to go in that direction?

  3. #3
    Registered User
    Join Date
    10-11-2020
    Location
    India
    MS-Off Ver
    2013
    Posts
    36

    Re: shortcut to go to last active sheet of a workbook

    yup. I will make like so comfortable

  4. #4
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,696

    Re: shortcut to go to last active sheet of a workbook

    This would be specific to a single workbook. I don't have a solution that would work for any workbook you open.

  5. #5
    Registered User
    Join Date
    10-11-2020
    Location
    India
    MS-Off Ver
    2013
    Posts
    36

    Re: shortcut to go to last active sheet of a workbook

    please reveal the magic.

  6. #6
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,696

    Re: shortcut to go to last active sheet of a workbook

    Here is an example. Note that this is a VBA solution and is not suited for "New Users/Basics." You have to know the basics about how to implement VBA in your file.

    Code in ThisWorkbook detects whenever the sheet changes, and saves the sheet that was just exited.

    Module LastSheet has a Sub that returns to the sheet that was saved above.

    Each sheet has a button that calls the Sub above.

    It may not be desirable to have a button in each sheet. You can use a single button on the quick access toolbar.

    If I think of a way to do this for all workbooks I'll let you know.
    Attached Files Attached Files

+ 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. Replies: 4
    Last Post: 10-12-2018, 05:46 PM
  2. How to make the shortcut to jump to the last active sheet?
    By woshichuanqilz in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-13-2017, 01:01 AM
  3. Replies: 1
    Last Post: 09-04-2014, 11:03 AM
  4. [SOLVED] save active sheet in new workbook, naming it as cell value of active sheet
    By arkharova.s in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-18-2014, 06:16 AM
  5. how can worksheet_activate event of active sheet work of active workbook
    By tahir mahmood in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-20-2011, 08:19 AM
  6. Email shortcut of active workbook
    By Maver1ck666 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-28-2011, 05:09 AM
  7. [SOLVED] How to e-mail a shortcut to the active workbook
    By quartz in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-03-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