I have an excel sheet that is password protected. Certain cells also have a password "Allow Edit Ranges". On those cells, I want what is typed in to remain invisible. Once i click out of the cell it does remain invisible. However, I can copy the cell and past it else where and now the contents of that cell are visible. The value entered in this cell is sensitive information. Is there a work around?
Operations
I create the workbook. I add a Allow Edit Range Password to cell A3
I protect the worksheet with a password that only I know
User selects cell A3, enters the password, and now the cell is unlocked
User types out their sensitive information
The workbook is saved and closed
Cell A1 returns a value based on their information entered in cell A3
Cell A1 is locked and not editable.
A user can now open the workbook and copy the cell in A3 and paste it elsewhere and see the value. I wont to stop this part from being able to happen.
Bookmarks