Hi folks,

I have a concern regarding Application.ScreenUpdating. Everything works as expected when using one single macro. The moment additional macros are triggered from my original macro, the ScreenUpdating seems to always switch to True no matter if I have declared False at the start of EVERY macro. Anyone know how to ensure no updating happens even if macro triggers additional macros to run?

Thanks in advance.