Holiday schedule privacy

oO P2K Oo

New Member
Joined
Aug 12, 2018
Messages
25
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I want to know how I could add permissions which would be password protected on a user level to a holiday tracker.

The breakdown of groups will be:
Upper management: permission to view and edit all levels.
All other users: Permission to view and edit only their own row of data, such that they're unable to view other people's

Upper management will have one password between themselves to view and edit everything if required, and all other users (10-15 users) will each have their own passwords.

At the moment each row has a different user and their holiday leave, and the issue is that people do not wish to share when they are having leave, and how much leave they are taking from other employees, however understandably, upper management require to view and access these records to ensure pay, approval and sick leave/absences are recorded.

Many thanks in advance for your time with this query!
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Hi,
I would use a login box made using a userform, once OK is clicked to sign in, change the locked property of the cells that particular role/user is allowed to edit
if the userform is closed before correct user/password entered then closes Excel
You could have the data (User/Passwords) in the VBA code and lock it down but the better thing would be to send a query to an Access DB or even a sql DB so no one can see that sensitive data

That's where I would start

Thanks Excel Fan
 
Upvote 0

Forum statistics

Threads
1,215,945
Messages
6,127,844
Members
449,411
Latest member
adunn_23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top