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
|