I have had this same problem... yes a common occurrence is when you call another piece of code.

I was killing myself over why the heck screen updating was not set to false!!!! It was eating at me!!

I solved my problem with a very simple solution:

At the very very end of the code put: Application.Screenupdating = True.


I know it sounds stupid - but it worked for me. Just double check that you have that.