+ Reply to Thread
Results 1 to 12 of 12

Tabs do not appear in window-can't shift to other sheets in workbook

Hybrid View

  1. #1
    Registered User
    Join Date
    02-02-2016
    Location
    Tecumseh, Ontario
    MS-Off Ver
    2000
    Posts
    1

    Re: Tabs do not appear in window-can't shift to other sheets in workbook

    I am having problems with my tabs as well. I have the Sheet tabs checked off but they still do not show. I am using excel 2000.

  2. #2
    Valued Forum Contributor
    Join Date
    06-21-2013
    Location
    Bangladesh
    MS-Off Ver
    Excel 2000, Excel XP, Excel 2002, Excel 2007, Excel 2010, Excel 2013
    Posts
    975

    Re: Tabs do not appear in window-can't shift to other sheets in workbook

    Or, you can try this code:
    Sub Test()
        ActiveWindow.DisplayWorkbookTabs = True
        For Each sh In ThisWorkbook.Sheets
            sh.Visible = True
        Next sh
    End Sub

+ 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: 2
    Last Post: 06-15-2014, 07:44 PM
  2. [SOLVED] Sheet tabs disappear when workbook window protected.
    By dzugan in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 11-24-2013, 03:00 AM
  3. copy sheets to new workbook with new name, rename tabs within that workbook
    By Conky4 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-12-2012, 04:44 PM
  4. Copy two sheets using different tabs in the same workbook
    By aman1234 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-25-2011, 05:56 AM
  5. Conditional formatting of tabs (sheets) in a workbook.
    By AdamWest in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-09-2009, 07:29 PM
  6. Advancing Sheets/Tabs within Workbook
    By ChemistB in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-13-2007, 03:31 PM
  7. [SOLVED] Consolidating Workbook Sheets (i.e., Tabs)
    By Bob in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 07-31-2006, 12:58 PM

Tags for this Thread

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