+ Reply to Thread
Results 1 to 12 of 12

No worksheets are hidden, but none display

  1. #1
    Registered User
    Join Date
    10-18-2012
    Location
    Virginia, USA
    MS-Off Ver
    Excel 2003
    Posts
    9

    No worksheets are hidden, but none display

    I have a workbook with macros which are able to access the data in the worksheets and function normally. However, if the workbook is opened (with or without any macros executing) no worksheets are displayed. What is displayed is a blank window with a small icon in the lower left of the window where worksheets are normally displayed. (See attached screen capture.)
    The "Visible" property of each sheet is -1 which means that the sheet is visible.

    If I open the "View" tab, almost everything is greyed out including "Window/New Window".

    I have no way to see or access the worksheet data except via the macros.

    Any help will be MUCH appreciated. Thanks!
    Attached Images Attached Images
    Last edited by ev77; 08-26-2015 at 10:42 AM.

  2. #2
    Forum Expert skywriter's Avatar
    Join Date
    06-09-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    2,760

    Re: No worksheets are hidden, but none display

    Can you attach the workbook?

    View Pic
    Click the * Add Reputation button in the lower left hand corner of this post to say thanks.

    Don't forget to mark this thread SOLVED by going to the "Thread Tools" drop down list above your first post and choosing solved.

  3. #3
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: No worksheets are hidden, but none display

    It looks like the workbook window is minimized. Can you double-click on the Excel icon in the lower left?

    This link offers a few suggestions though I'm not sure if any of them apply in this case.
    https://support.office.com/en-nz/art...c-f1b381185e48
    Last edited by AlphaFrog; 08-26-2015 at 11:39 AM.
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

  4. #4
    Registered User
    Join Date
    10-18-2012
    Location
    Virginia, USA
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: No worksheets are hidden, but none display

    Using macros, I deleted all of the data from the worksheets, and removed the workbook's password. The resulting file has the same problem and is the one I attached.

    The really weird thing is that when I went to upload the file to this site, the preview showed some of one of the worksheets.
    When I saw that, I tried emailing a copy of the file to myself using Thunderbird. Its preview also showed the same thing, but the emailed file still contains the problem.

    Thanks again for any help.
    Attached Files Attached Files

  5. #5
    Forum Expert skywriter's Avatar
    Join Date
    06-09-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    2,760

    Re: No worksheets are hidden, but none display

    It opened fine for me. I have three sheets visible. Main, Data and CheckSheet.
    I would suggest you open a new window and see if that works.
    I have 2010, I go to the View tab and choose new window. Maybe that will work for you. I also see in the visual basic editor when I click on each sheet name and view the properties tab that you have sheet LB hidden. Maybe set that property to visible and save and reopen, you never know.

  6. #6
    Registered User
    Join Date
    12-08-2014
    Location
    Oklahoma
    MS-Off Ver
    2010 & 2013
    Posts
    1

    Re: No worksheets are hidden, but none display

    Hello there!

    This looks like something I encounter way too often. Try this: Go up to View, then Arrange All, hit OK. (It doesn't matter which arrange option is selected for what you're trying to do.)

  7. #7
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: No worksheets are hidden, but none display

    I can see them too.

    This will maximize the workbook window. Give it a shot.
    Please Login or Register  to view this content.

  8. #8
    Forum Expert skywriter's Avatar
    Join Date
    06-09-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    2,760

    Re: No worksheets are hidden, but none display

    Here's the sheet back saved with a new name and window and no hidden sheets.
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    10-18-2012
    Location
    Virginia, USA
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: No worksheets are hidden, but none display

    Thanks for your reply. Double clicking on the icon makes excel want to close the workbook after asking me if I want to save changes. The suggestions on the web page do not apply to this situation.

  10. #10
    Registered User
    Join Date
    10-18-2012
    Location
    Virginia, USA
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: No worksheets are hidden, but none display

    When I select "View" all items in "Window" are greyed out except for "Arrange All" and "Hide" . Neither of these appears to do anything when selected.

  11. #11
    Registered User
    Join Date
    10-18-2012
    Location
    Virginia, USA
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: No worksheets are hidden, but none display

    Well doing ActiveWindow.WindowState = xlMaximized works - sort of. The window becomes visible with all my worksheets - BUT when I save the workbook and close then reopen it the worksheets are not displayed. I have to run that like of code each time I open the workbook.

    SOLVED: A macro had left ActiveWindow.WindowState = xlMinimized in effect when Excel was closed. Excel remembered that on the next open, even is it had been saved as an .xlsx (thus - having no macros). Ensuring ActiveWindow.WindowState = xlMaximized on workbook close solves the problem. THANKS EVERYONE for all the help.!

  12. #12
    Forum Expert skywriter's Avatar
    Join Date
    06-09-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    2,760

    Re: No worksheets are hidden, but none display

    Thanks for sharing that.

    Please click the Thread Tools drop down box above your first post and choose solved.

+ 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. [SOLVED] Button to display a hidden worksheet
    By chiidzzz in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-19-2013, 11:17 AM
  2. How to display hidden sheets by using button.
    By malahlt in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-14-2013, 10:41 AM
  3. Using VBA with Hidden worksheets or protected worksheets
    By Vinnie Chan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-05-2008, 01:33 PM
  4. Replies: 3
    Last Post: 08-08-2006, 08:10 AM
  5. unhide hidden column that won't display
    By msentiwany in forum Excel General
    Replies: 3
    Last Post: 07-12-2006, 07:55 AM
  6. [SOLVED] How to display hidden rows maybe defined by scenario
    By JCereda in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 AM
  7. How to display hidden rows maybe defined by scenario
    By JCereda in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 06:05 AM
  8. [SOLVED] How to display hidden rows maybe defined by scenario
    By JCereda in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM

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