ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   refresh of screen -- commando (https://www.excelbanter.com/excel-programming/286016-refresh-screen-commando.html)

Matthias

refresh of screen -- commando
 
Hi all,

can anyone give me the commando for

stop & start REFRESHING OF THE SCREEN, so the macro can
run invisible.

txs a lot,

mat

Chip Pearson

refresh of screen -- commando
 
Mat,

Use something like

Application.ScreenUpdating = False
' your code here
Application.ScreenUpdating = True




"matthias" wrote in message
...
Hi all,

can anyone give me the commando for

stop & start REFRESHING OF THE SCREEN, so the macro can
run invisible.

txs a lot,

mat




Amit Shanker

refresh of screen -- commando
 
Application.ScreenUpdating = False 'at start of code
Application.ScreenUpdating = True 'at end of code

Amit


"matthias" wrote in message
...
Hi all,

can anyone give me the commando for

stop & start REFRESHING OF THE SCREEN, so the macro can
run invisible.

txs a lot,

mat





All times are GMT +1. The time now is 05:49 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com