Thread
:
How can you turn off screen Redraw
View Single Post
#
1
Posted to microsoft.public.excel.programming
Masked Coder
external usenet poster
Posts: 1
How can you turn off screen Redraw
Try this:
Code
-------------------
Application.ScreenUpdating = False
Code here
Application.ScreenUpdating = True
-------------------
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
Masked Coder
View Public Profile
Find all posts by Masked Coder