How best can I escape an endless (infinte) series of worksheet_change events? Is there and FAQ, or does anyone have any suggestions? Thanks!
Details:
I am using the worksheet change event to trigger a calculation when a user types in a value in a certain cell. However, as the last step of the calculation I would like to update the value typed by the user, i.e. trigger cell. When this is done it causes the change event to occur again, and as you can see this will cause an endless (infinite) loop of change events.
Details:
I am using the worksheet change event to trigger a calculation when a user types in a value in a certain cell. However, as the last step of the calculation I would like to update the value typed by the user, i.e. trigger cell. When this is done it causes the change event to occur again, and as you can see this will cause an endless (infinite) loop of change events.