Hi ppl,

What is good usage to work with the Application.ScreenUpdating property?

Do I have to set it once or do I have to set it on top and bottom of each Sub, Function, buttonclick code?
When, how and why you work with this setting(s)?

  TOP Application.ScreenUpdating = False
  BOTTOM Application.ScreenUpdating = TRUE
Thnx for all input.