This one has got me stumped. Any help would be severely appreciated.
I have built an occupancy projection spreadsheet for our employees in the field. They are to project move ins and move outs once a week. After the appropriate week is passed, those projection cells are programmed to lock via a worksheet level event macro.
Also, I have data validation in the projection cells, so that the user has to enter move outs as a negative number and move ins as a positive number.
When you enter an incorrect value into one of the projection cells for the current week, a data validation error message comes up and you have the option of "retry" or "cancel."
However ,if you hit escape instead of "retry" or "cancel," then it unlocks the entire worksheet. Does anyone know why or how to stop this from happening.
I have looked through all my code, and there is nothing that would indicate this to happen. I have also researched this all over the internet and can't find an answer. This one has me stumped, I have never seen it before.
Is there a chance one of my worksheet level events is causing this?
Anyway, This is my first posting so I hope I'm not being too demanding or rude in any way. I just don't know where else to turn at this point.
Thanks so much,
I have built an occupancy projection spreadsheet for our employees in the field. They are to project move ins and move outs once a week. After the appropriate week is passed, those projection cells are programmed to lock via a worksheet level event macro.
Also, I have data validation in the projection cells, so that the user has to enter move outs as a negative number and move ins as a positive number.
When you enter an incorrect value into one of the projection cells for the current week, a data validation error message comes up and you have the option of "retry" or "cancel."
However ,if you hit escape instead of "retry" or "cancel," then it unlocks the entire worksheet. Does anyone know why or how to stop this from happening.
I have looked through all my code, and there is nothing that would indicate this to happen. I have also researched this all over the internet and can't find an answer. This one has me stumped, I have never seen it before.
Is there a chance one of my worksheet level events is causing this?
Anyway, This is my first posting so I hope I'm not being too demanding or rude in any way. I just don't know where else to turn at this point.
Thanks so much,