I see a lot of VBA code on this site using the Range method with For loops:
Range
For
Range(\"A\" & i)
As opposed to a
It's worth linking this stack overflow question which further explains how to increase performance:
Slow VBA macro writing in cells