Hiding a sheet in Excel 2007 (with a password) OR hide VBA code in Excel

前端 未结 2 497

I found a way to hide Excel sheets which is as follows: set the visibility of the sheet to VeryHidden in the VBAProject properties and then password protect VBAProject prope

2条回答
  •  日久生厌
    2021-01-20 09:05

    No.

    If the user is sophisticated or determined enough to:

    1. Open the Excel VBA editor
    2. Use the object browser to see the list of all sheets, including VERYHIDDEN ones
    3. Change the property of the sheet to VISIBLE or just HIDDEN

    then they are probably sophisticated or determined enough to:

    1. Search the internet for "remove Excel 2007 project password"
    2. Apply the instructions they find.

    So what's on this hidden sheet? Proprietary information like price formulas, or client names, or employee salaries? Putting that info in even an hidden tab probably isn't the greatest idea to begin with.

提交回复
热议问题