Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Which method is faster | Excel Discussion (Misc queries) | |||
Can faster CPU+larger/faster RAM significantly speed up recalulati | Excel Discussion (Misc queries) | |||
Changing filenames using theSaveAsCopy method | Excel Programming | |||
Which method is faster? | Excel Programming | |||
Changing Calculation Method | Excel Programming |