I have an Excel spreadsheet in which I want to review user changes via code. If the change is not acceptable, I would like to restore the original value in the changed cell.
I tried using the SheetChange event, but when I try to restore the old value, the event fires again, trying to restore the previous value (user entered value), which fires the event again, and so on, and so on ...
Can anyone suggest a technique/method to restore a previous value to a cell that a user has modified? I would like to keep in mind that the value may be a user entered formula.
Thanks in advance for all posts to my question.
I tried using the SheetChange event, but when I try to restore the old value, the event fires again, trying to restore the previous value (user entered value), which fires the event again, and so on, and so on ...
Can anyone suggest a technique/method to restore a previous value to a cell that a user has modified? I would like to keep in mind that the value may be a user entered formula.
Thanks in advance for all posts to my question.