Hi,
Hoping someone can point me in the right direction with this one.........thanks in advance.
So as part of the company structure individuals have different access to spreadsheets based on their username.
Some can only view certain sheets, some read only, some have full access etc etc.
At present this is controlled through code using If Environ("username") = X then do something or if Environ("username") = y then do something different.
The problem with this is that it is in around 30 different workbooks. As the staff within the company change it means having to go back and add or remove them from each of the individual workbooks.
What I would like to do is keep one central list in a separate workbook which I can update as necessary and have each of the other workbooks refer to that list before allowing the appropriate access level. That way it is only 1 list to update.
I have googled and tried various things but cant find a suitable method to achieve this. Can anyone help?
Hoping someone can point me in the right direction with this one.........thanks in advance.
So as part of the company structure individuals have different access to spreadsheets based on their username.
Some can only view certain sheets, some read only, some have full access etc etc.
At present this is controlled through code using If Environ("username") = X then do something or if Environ("username") = y then do something different.
The problem with this is that it is in around 30 different workbooks. As the staff within the company change it means having to go back and add or remove them from each of the individual workbooks.
What I would like to do is keep one central list in a separate workbook which I can update as necessary and have each of the other workbooks refer to that list before allowing the appropriate access level. That way it is only 1 list to update.
I have googled and tried various things but cant find a suitable method to achieve this. Can anyone help?