Also, whenever you use:

Application.ScreenUpdating = False

at the beginning of your code, you likely want to add the following line before your end sub:
Application.ScreenUpdating = True


I am changing the title of this thread to something more meaningful for people who may find it in a search.