Hi,

I'm just seeking clarification on the application.screenupdating property.

On multiple websites now (e.g. http://www.cpearson.com/excel/Events.aspx) I have read that screenupdating is automatically reset to true at the end of a sub. Can anyone confirm this? I'm just a little vexed because in the excel help file it says:

"Remember to set the ScreenUpdating property back to True when your macro ends"

Obviously if screenupdating automatically resets then putting
application.screenupdating = true
at the end of a sub is pointless

Can anybody shed some light?

Thanks