+ Reply to Thread
Results 1 to 4 of 4

Hiding an Excel Sheet with Password

  1. #1
    Registered User
    Join Date
    08-20-2012
    Location
    CHENNAI
    MS-Off Ver
    Excel 2007
    Posts
    14

    Red face Hiding an Excel Sheet with Password

    Dear Friend,

    I did a 3 sheet Excel file, with a template in the sheet1, this will pick the datas from sheet2 & sheet3 for calculation.

    I want to hide sheet2 & sheet3 and protect it with password.

    Can any one help me to do it, please.

    Thanks.
    Last edited by V.G.PADMANABHAN; 11-01-2012 at 05:56 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    05-19-2010
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2010
    Posts
    391

    Re: Hiding an Excel Sheet with Password

    this workbook has a code to view sheet 3 is this what you are looking to do

    Please Login or Register  to view this content.
    Attached Files Attached Files

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Hiding an Excel Sheet with Password

    hi V.G.PADMANABHAN. do you need it to be protected to the extent they are 1) unable to unhide or 2) just unable to edit? for 1), try:

    pressing ALT + F11. that will bring you to the VBA window. go to Tools -> VBAProject Properties -> Protection tab -> Lock project for viewing -> Enter password -> OK

    go to View -> Project Explorer
    go to View -> Properties window

    you should now see 2 panels on the left. Under the 1st one, click on Sheet2 (Sheet2). now go to the 2nd panel. there should be a "Visible" field at the end. change it to "2 - xlsheetVeryHidden". do the same for Sheet3

    for 2), simply:
    right-click the worksheet name below & "Protect Sheet" Then type your password. right-click on the worksheet again & press "Hide"

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Valued Forum Contributor
    Join Date
    05-19-2010
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2010
    Posts
    391

    Re: Hiding an Excel Sheet with Password

    I should have done both sheets --- so here is sheet2 & sheet 3
    Attached Files Attached Files

+ 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