+ Reply to Thread
Results 1 to 11 of 11

working with MANY sheets in a single excel file

  1. #1
    Forum Contributor
    Join Date
    05-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    145

    working with MANY sheets in a single excel file

    Guys,
    I am working with a single excel file that has about 70 different sheets.
    Its difficult (and takes time) to manually navigate to each sheet, it would be great if I could order the sheets into few categories, maybe something similar to the way we bookmark sites in the web browser, so if you have many sites you can categories them into groups.
    Any Ideas?

    (I have excel 2010)

    Sami

  2. #2
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    Re: working with MANY sheets in a single excel file

    to group worksheets press and hold down ctrl and select the sheets you want.

    You could always use this macro to group sheets by tab colour so as to hide/unhide all (in this instance) red sheets at the same time. Guess you could create the same macro for blue, breen ect.

    This is from RoyUK's site.

    Please Login or Register  to view this content.
    Last edited by Blake 7; 09-18-2011 at 09:24 AM.
    Blake 7

    If your question has been answered, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

    If any member's response has helped to solve your problem, please consider using the scales icon on the top right of their post to show your appreciation.

    http://failblog.org/

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

    Re: working with MANY sheets in a single excel file

    That's a cool trick with the colored tabs. Very flexible.

    When I build workbooks this large, I like to create a fast navigation system. I put a "table of contents" sheet at the beginning of the workbook. On each sheet is a Hyperlink in cell A1 that takes you driectly back to that front sheet.

    On that front sheet is a hyperlink to each sheet. This way you can quickly get from any one sheet to another in two quick clicks.

    Here's a macro on my site for giving you all those front sheet hyperlinks:Once the hyperlinks are created for you, you could reorganize them on that front sheet in any visual way you wish to make them easy to see all at once.
    _________________
    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!)

  4. #4
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    Re: working with MANY sheets in a single excel file

    Hi J - great site btw. I thought that I would "borrow" your code for future projects! naturally I wanted to test and learn how you did it before storing it in my bage of tricks!

    Please Login or Register  to view this content.
    However, when I click on a link I get an error msg .

    This operation has been cancelled due to restrictions in effect ion this computer.

    What did i do wrong? any clues. All i did was insert the code into a new module!!

    Sorry to bother you.

    Thanks
    Attached Files Attached Files
    Last edited by Blake 7; 09-18-2011 at 11:28 AM.

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

    Re: working with MANY sheets in a single excel file

    I'm not bothered at all, that's what the code site is for and the forum.

    Also, I've never seen that message before. You might need to Google up some info on that.

    Do you get the same error when you open my sample file and run it?

  6. #6
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    Re: working with MANY sheets in a single excel file

    Hi - yes the same error from your sample. see above. I have now attached a file. Do you get the same error?

    I'll start googling straight away and let you know the outcome.

    Cheers J

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

    Re: working with MANY sheets in a single excel file

    No, of course not. The error you're getting is not from Excel or the file itself, I imagine it's coming from the OS. I Googled that message and found a LOT of feedback. Looks like you're in for a bit of troubleshooting.

  8. #8
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    Re: working with MANY sheets in a single excel file

    Found the fix -

    I dl'd this file

    HTM/HTML Associations (Restore the default associations for htm/html files)

    from this site

    http://www.dougknox.com/xp/file_assoc.htm

    now working perfectly.

    Hope all well accross the pond. Have a good day.

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

    Re: working with MANY sheets in a single excel file

    Awesome. If that takes care of your need, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

  10. #10
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    Re: working with MANY sheets in a single excel file

    Hi - JB. hope that you are well. If it was my thread i'd certainly mark it solved!

  11. #11
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: working with MANY sheets in a single excel file

    You could use a prefix on the sheet name for each group - like A_Sheet1, B_Sheet2.. Then create a UserForm that loads the sheet names based on the prefix.

    Here's a quick example
    Attached Files Attached Files
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ 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