View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Simon Lloyd[_551_] Simon Lloyd[_551_] is offline
external usenet poster
 
Posts: 1
Default Application.ScreenUpdating = False and it still flicker !

Try these lines i use them and experience no flicker!

End With
Application.Cursor = xlWait
Application.EnableEvents = False
ActiveWorkbook.PrecisionAsDisplayed = False
Application.ScreenUpdating = False

***YOUR CODE***
Application.ScreenUpdating = True
ActiveWorkbook.PrecisionAsDisplayed = True
Application.EnableEvents = True
Application.Cursor = xlDefault

HTH

Simo

--
Message posted from http://www.ExcelForum.com