danelskibr
Board Regular
- Joined
- Dec 31, 2014
- Messages
- 58
Hello,
I have a protected workbook that contains a hidden and protected sheet. I want to restrict all access to this sheet for the user of the spreadsheet.
The problem I am running into is this: the user can simply link to the cells in the hidden sheet from a different workbook. This essentially allows them to recreate the entire contents of the hidden and protected sheet.
Here is an example of what I am talking about:
='[ProtectedWorkbook.xlsm]HiddenSheet'!A1
Is there a way I can prevent linking to this sheet by a different workbook? I need to link to it within the same workbook, so I am hoping I can restrict access only to external workbooks.
Thank you in advance for the help!
I have a protected workbook that contains a hidden and protected sheet. I want to restrict all access to this sheet for the user of the spreadsheet.
The problem I am running into is this: the user can simply link to the cells in the hidden sheet from a different workbook. This essentially allows them to recreate the entire contents of the hidden and protected sheet.
Here is an example of what I am talking about:
='[ProtectedWorkbook.xlsm]HiddenSheet'!A1
Is there a way I can prevent linking to this sheet by a different workbook? I need to link to it within the same workbook, so I am hoping I can restrict access only to external workbooks.
Thank you in advance for the help!