Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why does this code take about 4-5 minutes to excute? I does 4 replacements
for each cell. Range("C16:BJ17").Select Selection.Replace What:="ABC", Replacement:="XYZ", LookAt:= _ xlPart, SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _ ReplaceFormat:=False |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code takes a long time to process | Excel Programming | |||
Code takes to long | Excel Discussion (Misc queries) | |||
Clearing cells takes long, long time | Excel Discussion (Misc queries) | |||
execution of code takes very long | Excel Programming | |||
Clock how long it takes code to run? | Excel Programming |