We have a spreadsheet which has ranges that are password protected (i.e. using AllowEditRanges with a password). This is not because we don't want users to be allowed to ever change those cells, but rather it is to prevent them from changing them accidentally.
Users are provided with the password, but they complain they forget it. So I want to add an Input Message to the Data Validation for cells in that range, so that when users select any of those cells, they will see a message showing the password.
PROBLEM: I want to remove the Input Message after the user types in the password and starts editing cells in the range. At that point, the Input Message would just be a distraction.
Any ideas how to do that?
Users are provided with the password, but they complain they forget it. So I want to add an Input Message to the Data Validation for cells in that range, so that when users select any of those cells, they will see a message showing the password.
PROBLEM: I want to remove the Input Message after the user types in the password and starts editing cells in the range. At that point, the Input Message would just be a distraction.
Any ideas how to do that?