I am wondering if this is possible.
Basically I have a set of 9 users. There is one admin at the top with 2 users under him each with 3 users under them and there is a group of 50 records in an Oracle database table. Each record has a field for read-access and write access.
At the start the admin has all read access and write access. There are 2 sheets in the excel spreadsheet, a read only and a write sheet. Each is populated with the relevant records from the database. The admin should be able to edit the read access and write access fields to a different user name, save the changes, and when that user opens the excel sheet they should only see those records associated with them.
Basically can I automate this? What I want to happen is that when the user opens the excel sheet the excel sheet gets the records associated with them and then they can edit/read as they see fit.