ScreenUpdating is always true when stepping through code ! ....
Unless you've put
Application.ScreenUpdating = False
in your code.
"WhytheQ" wrote:
......is this true ??
Which means that it will also be true when stepping through and
executing "?Application.Screenupdating" in the immediate window ?
Regards,
Jason.
|