vba - Excel: Is there an event to detect change in calculation mode (automatic/manual) -
i code run when user or macro changes calculation mode automatic manual or manual automatic. there event fires this?
(the property application.calculation
in excel interop.)
using excel 2007
there no event fires changing calculation mode. closest can check @ each calculation event.
Comments
Post a Comment