|
-
May 24th, 2010, 08:59 PM
#13
New Member
Re: Application.ScreenUpdating = false does not work
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|