ransomedbyfire
Board Regular
- Joined
- Mar 9, 2011
- Messages
- 121
I've been researching on how to speed up a macro and have read many things like that activating a worksheet and going back and for between worksheets are slow in macros and that using arrays instead of loops can make things faster. I've also observed that, surprisingly, one of the older macros I made when I was just starting to learn VBA that activates each cell in a column to deposit data runs faster than some of my cleaner looking ones that work more "behind the scenes" to do the same type of things.
Where can I find comprehensive information on which methods are faster than others?
Where can I find comprehensive information on which methods are faster than others?