N
Nick
Hi,
I would like to know what is the fastest method in changing cell value,
currently, my code is :
---------------------------
myCol = 97
myRow = 1
for i = 0 to 5000
for j = 0 to 20
Range(chr(myCol)&myRow) = "TEST"
next
next
---------------------------
This seems to take 30 second to finish, any improvement can be done? or
the limitation of excel?
Thanks!
Nick
I would like to know what is the fastest method in changing cell value,
currently, my code is :
---------------------------
myCol = 97
myRow = 1
for i = 0 to 5000
for j = 0 to 20
Range(chr(myCol)&myRow) = "TEST"
next
next
---------------------------
This seems to take 30 second to finish, any improvement can be done? or
the limitation of excel?
Thanks!
Nick