Hi Everyone...I'm a newbie here.
Desired Scenario,
1. User opens spreadsheet.
2. Spreadsheet has two worksheets
3. User selects to view "Sheet2".
4. User is prompted for password (once for the entire file session).
5. Correct password (softball) allows access to worksheet, incorrect password returns user to Sheet1.
I can create this scenario with password entry required each time Sheet2 is selected, however I would like to avoid multiple password entries if possible.
I have attempted the code offered here - http://www.mrexcel.com/archive/VBA/1646.html - with no luck.
I currently have functional code to ensure macros are enabled to view the worksheets in question...I just need help sorting out this multiple password entry if possible.
Thanks in advance for any help offered!
Desired Scenario,
1. User opens spreadsheet.
2. Spreadsheet has two worksheets
3. User selects to view "Sheet2".
4. User is prompted for password (once for the entire file session).
5. Correct password (softball) allows access to worksheet, incorrect password returns user to Sheet1.
I can create this scenario with password entry required each time Sheet2 is selected, however I would like to avoid multiple password entries if possible.
I have attempted the code offered here - http://www.mrexcel.com/archive/VBA/1646.html - with no luck.
I currently have functional code to ensure macros are enabled to view the worksheets in question...I just need help sorting out this multiple password entry if possible.
Thanks in advance for any help offered!