+ Reply to Thread
Results 1 to 4 of 4

Home tab macro

Hybrid View

  1. #1
    Registered User
    Join Date
    10-26-2015
    Location
    Denver
    MS-Off Ver
    2016
    Posts
    2

    Home tab macro

    I have an excel file that has about 20 different worksheets in it. The first sheet is a list of all the other sheets with hyperlinks to easily switch to each page. What I would like to do is have a macro in the quick access toolbar to jump back to the first tab. I managed to get it to work using this simple macro
    Sub Home()
    ThisWorkbook.Sheets("Home").Activate
    End Sub
    , however it stays linked to the original workbook if I re-save the file with a different name. I need the button to be linked to the file it is in if the file is saved as something else. A macro might not be the best way of accomplishing this but I don't want to have a cell on each page hyperlink back to the home tab as that would be redundant and also print on the page when I print a worksheet.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Home tab macro

    You could change ThisWorkbook to ActiveWorkbook, then store the macro in your Personal.xlsb, that way it's available all the time.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    10-26-2015
    Location
    Denver
    MS-Off Ver
    2016
    Posts
    2

    Re: Home tab macro

    I am using this for work and have it in dropbox so my colleagues can access it also. Will the macro still work if the book is saved to dropbox and used on a different computer? Thanks for the help

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Home tab macro

    You can store a macro in a workbook you allow others to access. But your question was about a customization you made to your OWN Excel installation. Your customizations do not follow in a workbook, they are part of your installation.

    So, yes, the macro stored in the workbook would be accessible to all who use it.
    And, no, your button you added to your ribbon would not be.


    Note: Yes, you can make changes to other people's ribbons to add buttons and remove them, but I would never recommend one person make changes like that to another's Excel.

+ 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. When I Press Home in keyboard, sheet called "Home" should activate
    By janagan in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-03-2015, 03:53 AM
  2. [SOLVED] Running a Macro from a button on the Home Tab
    By josh.metherd in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-31-2012, 05:43 PM
  3. Ctrl - home isnt going home on sheet for sorting
    By photo_angel2004 in forum Excel General
    Replies: 7
    Last Post: 11-07-2008, 01:10 PM
  4. macro equivalent of Control-Home is -- ?
    By Chief Wiggums in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-29-2007, 04:10 PM
  5. I moved a file from work to home and now my color macro does not w
    By nick s in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-03-2005, 10:45 AM
  6. [SOLVED] Shortcut keys: CNTRL+HOME vs. HOME
    By Paul Ofthewild in forum Excel General
    Replies: 1
    Last Post: 11-24-2005, 05:35 PM
  7. how to get a macro to record F2, Home, Delete keystrokes
    By jenonstx in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-22-2005, 02:05 AM

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