ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   stop screen refresh (https://www.excelbanter.com/excel-programming/308639-re-stop-screen-refresh.html)

mangesh_yadav[_65_]

stop screen refresh
 
sub macro()

Application.ScreenUpdating = False

' your code here

Application.ScreenUpdating = True

end sub


This puts off screen updating till the macro is executed. But don'
forget to turn it on at the end

- Manges

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



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

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