@Logit
Thank you for the response and for the sample workbook.
.
Here is a SELECT CASE macro to make it easier to separate the password for each sheet...
I like the simplicity of clicking once to bring up the password box and then entering a password to run a defined macro. That obviously opens up many more options than simply accessing a particular worksheet.
However, as mentioned above, I don't know how to write the VBA code to create the macro(s). (By the way, I do use Excel frequently and I am quite comfortable using Excel functions but it is infrequent that I have need for VBA so that's why I have never learned it.)
I sense that I should have included more specific details in my OP but I didn't so here it is now:
My aim with this is to create confidential (password-protected) sign-in/sign-out timesheets for my half dozen or so employees. I've got the form I want them to use in an Excel workbook on a laptop located in the their work area but I want them to have access only to their own timesheets and not the timesheets of other employees.
The workbook I have in mind contains the following worksheets (with worksheet names shown in brackets):
[SplashPage] default page to display when workbook is opened; includes a "Sign in" button to open the Password box
[EmployeeList] contains a chart showing employees' names, passwords, phone numbers, etc.
[CombinedData] uses Excel formulas to summarize combined sign-in/sign-out data from employee worksheets
[Bob] timesheet for Bob only
[Carol] timesheet for Carol only
[Ted] timesheet for Ted only
[Alice] timesheet for Alice only
[Timesheet template] to create timesheets for new employees
Notes
1) Each employee has access only to his/her respective worksheet.
2) I need some way to unhide and access all worksheet tabs when I need to.
3) The workbook does not need a pop-up box for employees to create/change their passwords since I can insert them manually into the code if I know where/how to do that.
4) Employees do not need usernames (ie the simple password box in your attached workbook is perfect).
5) Employees do not have access to the VBA code
Sorry for the lengthy post but hopefully too much information is better than too little.
Thanks