View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SpeeD SpeeD is offline
external usenet poster
 
Posts: 65
Default Screen flikering (even with ScreenUpdating = False)

Hi i need to do the flowing but even with ScreenUpdating = False the screen
keeps flickering. How can i do this without the screen to flicker? Is there
another way to "freeze" the excel screen? perhaps trough the operating system?

Code:
Sheets("Tabela 1").Copy After:=Sheets(1)

Thanks a lot SpeeD