On a Spreadsheet I have created two different Sheets named Sheet 1 and Sheet 2 and also created two Users with permissions to access specific sheets. For example: User 1 to access Sheet 1 User 2 to access Sheet 2
Scenario: User 1 and User 2 access the file using their specific credentials to see their assigned Sheets. (File saved in SharePoint) A VB Code has been applied to show them the login screen to enter Username and Password before accessing the file.
Problem: Let's say User 1 logs in, he will be able to see only Sheet 1 - this is currently happening but the moment User 2 logs in to view Sheet 2, User 1's sheets gets replicated by Sheet 2 whereas it should stay on Sheet 1 only and ONLY User 2 should be able to see Sheet 2.
Trying to find a solution to work on MS Excel with multiple users