ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   HOW to make sub run more quickly (https://www.excelbanter.com/excel-programming/358189-how-make-sub-run-more-quickly.html)

EXCEL NEWS

HOW to make sub run more quickly
 
hi,

someone tells me, you should minimize the window of excel , when you run
your vba subs,

is that true,

why

thanks


bobwilson[_24_]

HOW to make sub run more quickly
 

Do you use the following in your Macro? I found this speeds up the
process on my Macros.

With Application
..ScreenUpdating = False

'Your Code

..ScreenUpdating = True

End With


--
bobwilson
------------------------------------------------------------------------
bobwilson's Profile: http://www.excelforum.com/member.php...o&userid=33046
View this thread: http://www.excelforum.com/showthread...hreadid=530442



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

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