+ Reply to Thread
Results 1 to 4 of 4

unhide worksheets

  1. #1
    Registered User
    Join Date
    01-02-2009
    Location
    pittsburgh, pa
    MS-Off Ver
    Excel 2007
    Posts
    52

    unhide worksheets

    I am working in a spreadsheet that was created by someone else, and using macros, he used different worksheets (that he went on to hide) to compute formulas and store data.

    My question is: how do I access those hidden worksheets to review the formulas and calculations?

    Thanks for the help!

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464
    Hi,

    Presumably you've tried unhiding them using the Format Sheet Unhide menu and can't see the sheets?

    In which case go to the Visual Basic Environment (VBE) with ALT-F11. In the Project Explorer window on the left find the sheet in question and Select it. Now go dow to the Properties window, find the 'Visible' property and choose the xlSheetVisible option, Now close the VBE.

    HTH

  3. #3
    Registered User
    Join Date
    12-15-2008
    Location
    chennai
    MS-Off Ver
    2007
    Posts
    7
    Hi,

    If you know the Hided Sheet Name you can Unhide those by going Format->Sheet->Unhide or you can even unhide by macro by using the following code..
    Sheets("Sheet4").Visible = True

    Thanks
    Gayucvns

  4. #4
    Registered User
    Join Date
    01-02-2009
    Location
    pittsburgh, pa
    MS-Off Ver
    Excel 2007
    Posts
    52
    That worked. Thanks.

+ 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