+ Reply to Thread
Results 1 to 5 of 5

Hiding sheets

  1. #1
    Forum Contributor
    Join Date
    06-05-2006
    Posts
    166

    Hiding sheets

    Hi,

    I would like to hide the backup-data sheets in my workbook, is this possible?



    Thanks,


    Phil

  2. #2
    Forum Contributor
    Join Date
    12-12-2005
    Posts
    667
    Yes.
    Click Help, write Hide Sheet and you will be offered all the information.
    Best regards,

    Ray

  3. #3
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097

    Thumbs up

    Quote Originally Posted by phil2006
    Hi,

    I would like to hide the backup-data sheets in my workbook, is this possible?



    Thanks,


    Phil
    Hi phil2006,

    Try Format > Sheet > Hide

    oldchippy

  4. #4
    Forum Contributor
    Join Date
    08-14-2006
    Location
    USA
    MS-Off Ver
    2019
    Posts
    686
    to add to Phils question.

    I want to be able to hide the sheet and protect it so that to unhide it requires a password.
    But I don't want to protect the entire workbook because others need to add to it.
    I haven't found a way to protect some content from others unless I hold it in another workbook and link them. (and unfortunately that simple excel feature is way to much for my boss to deal with!)

  5. #5
    Gord Dibben
    Guest

    Re: Hiding sheets

    You can hide a sheet and password protect the workbook under
    Tools>Protection>Protect Book.

    Just be aware that Excel internal passwords are very easy to crack.

    You have stated you don't want to protect the workbook so method 2 is another
    option.

    You could through VB Editor make the sheet xlveryhidden then put password
    protection on the VBA project. This password is quite a bit harder to crack.

    Sub test()
    Worksheets("Sheet1").Visible = xlVeryHidden
    ' Worksheets("Sheet1").Visible = True
    End Sub


    Gord Dibben MS Excel MVP


    On Tue, 15 Aug 2006 10:27:55 -0400, carstowal
    <[email protected]> wrote:

    >
    >to add to Phils question.
    >
    >I want to be able to hide the sheet and protect it so that to unhide it
    >requires a password.
    >But I don't want to protect the entire workbook because others need to
    >add to it.
    >I haven't found a way to protect some content from others unless I hold
    >it in another workbook and link them. (and unfortunately that simple
    >excel feature is way to much for my boss to deal with!)



+ 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