Forum Discussion
Deleted
May 08, 2019Setting permissions to different users to access different spreadsheets within the same workbook
Hi all,
I am trying to set permissions to different users to access different spreadsheets within the same Excel workbook. For example, user A will be able to access 'Overall' and 'A' spreadsheets but not 'B' spreadsheet. User B will be able to access 'Overall' and 'B' spreadsheets but not 'A'. Would greatly appreciate any advice on how to achieve this function, thank you!
6 Replies
- DeletedHi Wyn Hopkins, Thank you for your reply. Unfortunately, the data I'm handling is quite sensitive.. Do you have any software to recommend? I'm doing up a project management tracking system where 4 users will be involved and my team will oversee the entire process and have admin rights. My main concerns are to set different levels of access and they can only view and modify the spreadsheet they are supposed to edit, not be able to view other spreadsheets. My team will have the overall rights to view and modify (if need be) the file. Thanks
- Hi
There are techniques using VBA that can make it very difficult for people to access certain sheets but you need some experienced in VBA to get it to work really well.
If you have O365 then something like SharePoint could be an option (not an expert in that area but maybe post on the SharePoint community forum)- Deleted
HI Deleted
That would require some complex VBA programming to set up
It's not possible with standard Excel functionality
- Deleted
- I just googled and found this article
http://www.vbaexpress.com/forum/showthread.php?40194-Un-protect-sheet-for-specific-user
I'd only advise doing this if you have good VBA experience, and if the data isn't too sensitive. Excel sheet protection is not particularly strong.