Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello All,
Question: How can i programmatically password protect a single password. I want the user to be presented with an input box where they are asked to enter a password. If the password entered is correct, then go to Sheet 1, else display a message saying 'Incorrect Password' and return the user to the Main Menu, preventing the user from accessing Sheet 1. Suggestions? -- Carlee |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It is somewhat difficult to implement this, and if you truly want to
*prevent* an unauthorized user from accessing the worksheet, it's ultimately futile. XL's internal protection is so tissue thin that anyone with the ability to access these newsgroups can find free and quick methods to bypass it. You can find many suggestions in the archives - the most useful will use event macros to hide all sheets but the Main Menu in the Before_Save event, and call a routine/userform to input a password in the Workbook_Open event, unhiding the sheet if the password is valid. But again, most implementations can be bypassed in 30 seconds or so... You're a bit better off if you use a separate workbook for your Sheet 1, with a workbook/file password - that protection takes perhaps a minute to bypass. In article , Carlee wrote: Hello All, Question: How can i programmatically password protect a single password. I want the user to be presented with an input box where they are asked to enter a password. If the password entered is correct, then go to Sheet 1, else display a message saying 'Incorrect Password' and return the user to the Main Menu, preventing the user from accessing Sheet 1. Suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
password protect a single sheet | Excel Discussion (Misc queries) | |||
password protect a single sheet | Excel Discussion (Misc queries) | |||
password protect a single sheet | Excel Discussion (Misc queries) | |||
password protect a single sheet | Excel Discussion (Misc queries) | |||
How do I password protect a single tab in a worksheet in excel ? | Excel Discussion (Misc queries) |