Hi there,
Is there a way to show a pop up or a message based on a cell value each time the user opens the Excel file?
Preferably they see it no matter where they were when they saved the file.
Limitations:
- No VBA!!!!
- Users must not be able to alter or delete the message
- Users must be able to enter values in each sheet, and to add rows and columns
In place:
- Excel file is password protected (only the structure) to hide certain sheets with restricted data
- The cell that triggers the message (box) is in a hidden sheet
- When the user enters a certain code at a designated place, the hidden cell changes and the message should disappear
Of course I can protect the cells (row 1) where I place the message and leave all other cells unprotected. But unlike the file protection, the sheet protection is not secure. And I would have to place the message in each sheet. So is there another way?
Is there a way to show a pop up or a message based on a cell value each time the user opens the Excel file?
Preferably they see it no matter where they were when they saved the file.
Limitations:
- No VBA!!!!
- Users must not be able to alter or delete the message
- Users must be able to enter values in each sheet, and to add rows and columns
In place:
- Excel file is password protected (only the structure) to hide certain sheets with restricted data
- The cell that triggers the message (box) is in a hidden sheet
- When the user enters a certain code at a designated place, the hidden cell changes and the message should disappear
Of course I can protect the cells (row 1) where I place the message and leave all other cells unprotected. But unlike the file protection, the sheet protection is not secure. And I would have to place the message in each sheet. So is there another way?
Last edited: