Effect of Screen Updating

前端 未结 5 1721
梦谈多话
梦谈多话 2020-12-03 03:04

I have been playing around measuring code execution times to gauge differences between executing my scripts locally and on my server. At one point I forgot to disable

5条回答
  •  伪装坚强ぢ
    2020-12-03 03:47

    I know it's an old thread, but:

    1. Set ScreenUpdating = true, but remember to set it back to its old value.
    2. Changing Workbooks will also reset ScreenUpdating.

提交回复
热议问题