J
John
I'm using a Worksheet_Change event procedure to call a sub
that performs validation, calculations, and formatting on
the sheet whenever the user updates a cell in a specified
range. This works great when the entry is confirmed in any
way except by clicking a tab to activate another sheet.
Then, of course, all the actions affect the newly
activated sheet instead of the intended one. How can I
prevent this from happening?
that performs validation, calculations, and formatting on
the sheet whenever the user updates a cell in a specified
range. This works great when the entry is confirmed in any
way except by clicking a tab to activate another sheet.
Then, of course, all the actions affect the newly
activated sheet instead of the intended one. How can I
prevent this from happening?