View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Masked Coder Masked Coder is offline
external usenet poster
 
Posts: 1
Default 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