how much do these speed up your macro? Application.ScreenUpdating = False Application.Displa

Posted by every_answer_gets_a_point on Stack Overflow See other posts from Stack Overflow or by every_answer_gets_a_point
Published on 2010-05-27T16:29:38Z Indexed on 2010/05/27 16:31 UTC
Read the original article Hit count: 103

Filed under:
|

what is the point of doing these:

Application.ScreenUpdating = False
Application.DisplayAlerts = False

does it really save that much time?

© Stack Overflow or respective owner

Related posts about excel

Related posts about vba