I've read that .Select
statements force Excel to display each of those events on the screen and slow Macros considerably.
I'd like to speed up some old Macros that were written with record Macro methods and have many .Select
statements.
Would Application.ScreenUpdating = False
eliminate the time wasted displaying the .Select
events?
Thanks in advance for any advice.