I have posted this thread in another forum, but having problem getting a reply to my question
http://www.excelforum.com/excel-programming/678771-multiple-users-to-use-excel.html
I have a table in my workbook that holds the UserID, Name, AccessRights & TimeDateStamp
What I want to do is when the workbook is opened, look in the table and perform the action against that user. Each User has an AccessRight of either ReadOnly or FullAccess.
I want to set the Workbook to ReadOnly if the User is ReadOnly in my table. If they are FullAccess then what I want to do is put a TimeDateStamp in the cell, but if there is someone already in the workbook who is FullAccess then I want to say that person x is in the database and they cant amend until person x has finished what they are doing. (I have forms within the workbook, so when they click Add for example put the TimeDateStamp in and once they click Save then it takes that TimeDateStamp out and another user can do same)
If you are confuesd and would be easier to attach the workbook I have done