Hey Guys!

I have a "semi-large" database, between 3000 and 10 000 rows, changes daily, in the future it may be around 12 000 lines.
My question: If i enlarge my for cycle like this:

for i = 2 To 10000 ---> For i = 2 To 15000

Will it make slower? My macro run? Mostly we work with ~6000 rows, but if it goes until 15k, i think thats not so good. Or is there any way? (There are empty rows between rows)

Thanks