+ Reply to Thread
Results 1 to 12 of 12

Seet tabs not showing

  1. #1
    Registered User
    Join Date
    07-16-2012
    Location
    Berkeley,CA
    MS-Off Ver
    Excel 2007
    Posts
    13

    Seet tabs not showing

    I am using excel 2007 but saving all projects as xls rather than xlsx for reasons too long to on. Problem that just occurred is that there are no sheet tabs at bottom of screen. I checked "display options for this workbook" and "show sheet tabs" item is checked. Any help much much appreciated.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Seet tabs not showing

    The sheets that you feel are missing - do they have any data in them? Or is it a case of when you open excel, there is only 1 sheet?
    If the latter, go into options and select the number of sheets you want, when a new WB is opened.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    07-16-2012
    Location
    Berkeley,CA
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: Seet tabs not showing

    There is definitely more than one sheet. The visible sheet has several values that are generated with calculations on another sheet based on input values from the visible sheet. I made some changes to check and get proper results, so other sheets definitely exist. I saved the xls file as xlsx and have the same problem. Very frustrating.

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.96 for Mac MS 365
    Posts
    8,690

    Re: Seet tabs not showing

    sounds like someone used "very hidden" on your sheet. It is in the developer tab under properties across from visible at the bottom of the properties box.
    if that is the case you'll need vba to unhide the sheet(s).

    HTML Code: 
    where "sheet2" is the name of the sheet hidden, you should be able to get it from the formulas.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  5. #5
    Registered User
    Join Date
    02-08-2018
    Location
    Texas, USA
    MS-Off Ver
    2013
    Posts
    12

    Re: Seet tabs not showing

    Did you close out of all open workbooks when you tried the "Display options for this workbook"?

  6. #6
    Registered User
    Join Date
    07-16-2012
    Location
    Berkeley,CA
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: Seet tabs not showing

    This might be a duplicate reply-I started another then and had to go elsewhere and didn't see my reply on my return.. Problem of no sheet tabs is fixed-not sure how. I gave a copy to a friend who called microsoft (he pays for some service) to update his office file. My file then showed the sheet tabs and he emailed me a copy. But, I didn't get the tabs to show until about the third time I opened the file. The surprising thing is that, then, the other sheets, in my computer, also started showing tabs. Did something in his file modify my excel innards?

    Even though we didn't fix this, I learned a several other things from you. Thank you very much.

  7. #7
    Registered User
    Join Date
    07-16-2012
    Location
    Berkeley,CA
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: Seet tabs not showing

    I'm not sure how this site works. I posted a reply to you, but it is showing on CODFleet's reply. In case you didn't get it-here is a copy of my reply:

    Re: Seet tabs not showing
    This might be a duplicate reply-I started another then and had to go elsewhere and didn't see my reply on my return.. Problem of no sheet tabs is fixed-not sure how. I gave a copy to a friend who called microsoft (he pays for some service) to update his office file. My file then showed the sheet tabs and he emailed me a copy. But, I didn't get the tabs to show until about the third time I opened the file. The surprising thing is that, then, the other sheets, in my computer, also started showing tabs. Did something in his file modify my excel innards?

    Even though we didn't fix this, I learned a several other things from you. Thank you very much

  8. #8
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.96 for Mac MS 365
    Posts
    8,690

    Re: Seet tabs not showing

    It can be helpful if you are replying to someone specifically for you to mention their screen name or use the post # - for example I’m replying to post # 7.

  9. #9
    Registered User
    Join Date
    07-16-2012
    Location
    Berkeley,CA
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: Seet tabs not showing

    Replying to post number 8. Thanks will do next time. Do you have any knowledge about what happened, why the tabs returned the wy they did?

  10. #10
    Registered User
    Join Date
    07-16-2012
    Location
    Berkeley,CA
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: Seet tabs not showing

    I thought my problem was over, but loss of tabs is happening again. I entered the vba code you gave me. I am weak on vba in excel. How do I activate it?

  11. #11
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.96 for Mac MS 365
    Posts
    8,690

    Re: Seet tabs not showing

    to insert a code in excel hit alt + F11 to open the visual basic editor (VBE)

    Right-click on your workbook name in the "Project-VBAProject" pane (at the top left corner of the editor window) and select Insert -> Module from the context menu.

    Copy the VBA code (from a web-page etc.) and paste it to the right pane of the VBA editor ("Module1" window).

    you may have to save it as a macro enabled workbook.
    check this link for instructions and snapshots...
    https://www.ablebits.com/office-addi...a-macro-excel/

  12. #12
    Registered User
    Join Date
    07-16-2012
    Location
    Berkeley,CA
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: Seet tabs not showing

    Thanks much. You have taught me a lot about vba in Excel I use it in Access all the time-much easier. That website you named is good for someone like me.

    I did get the tabs to show in a strange way. I click View, then Arrange All. I don't change anything, click OK and they appear. Strange. Thanks again for all the time you have give me.

+ 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. Help with automating tabs showing for 30 seconds each
    By ROYW1000 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-16-2017, 03:34 AM
  2. Mutiple tabs showing same data until F9
    By Mrid in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-18-2011, 06:05 AM
  3. Tabs/sheets not showing
    By tiggy00 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-26-2010, 07:27 AM
  4. removing lost figures from my summary seet
    By cu525 in forum Excel General
    Replies: 3
    Last Post: 11-14-2008, 11:16 AM
  5. [SOLVED] showing all tabs at bottom of page
    By derwood in forum Excel General
    Replies: 2
    Last Post: 11-13-2005, 03:25 PM
  6. Sheet tabs not showing - 2003
    By Gordon in forum Excel General
    Replies: 5
    Last Post: 07-08-2005, 09:05 AM
  7. Tabs accross of bottom of sheet are not showing
    By robert in forum Excel General
    Replies: 3
    Last Post: 04-22-2005, 05: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