M
MJ
I am using a function macro that takes quite a few seconds to calculate.
In addition, this worksheet perfoms time consuming operations on the
Worksheet_Calculate event, essentially for user-interface purposes.
It happens that these operations are not useful if they occur within a
table-recalculation.
Morevover these operations trigger new calculate events ... .
I would like to avoid these operations if a table is being recalculated.
This would be easy if I could detect that a table is being recalculated.
Do you know how I could do that?
In addition, this worksheet perfoms time consuming operations on the
Worksheet_Calculate event, essentially for user-interface purposes.
It happens that these operations are not useful if they occur within a
table-recalculation.
Morevover these operations trigger new calculate events ... .
I would like to avoid these operations if a table is being recalculated.
This would be easy if I could detect that a table is being recalculated.
Do you know how I could do that?