Summary: I’m looping through many rows of data and storing data from different columns in about 6 different variables each time through the loop
Question: Would I save a very significant amount of CPU cycles using Range("A" & some iterator) as opposed to ActiveCell.Offset(some number)? How much quicker is one than the other?
Thanks in advance!
Out of sheer boredom and a little curiosity I put together a crude timer for various methods to cycle 100,000 Excel cells.
Ideally you should run each a number of times and take the average but it gives you a rough outline of speed.
On my machine this is what I get