Range() VS Cells() - run times

后端 未结 3 786
一生所求
一生所求 2020-12-03 11:12

I see a lot of VBA code on this site using the Range method with For loops:

Range(\"A\" & i)

As opposed to a

3条回答
  •  北荒
    北荒 (楼主)
    2020-12-03 11:57

    It's worth linking this stack overflow question which further explains how to increase performance:

    Slow VBA macro writing in cells

提交回复
热议问题