Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to replace the values of a large range of cells with the value of
another cell (z5). However it takes a long time to replace the information given the size of the range. It seems to be updating each cell individually. Any suggestions would be appreciated. Thanks. Current code is: Application.Calculation = xlCalculationManual Range("A1:P1000").Select Selection.Replace What:="Richard", Replacement:=Range("z5").Value, LookAt:=xlPart, _ SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _ ReplaceFormat:=False Range("A1").Select Application.Calculation = xlCalculationAutomatic |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
multi range identify & replace | Excel Worksheet Functions | |||
replace null cells within a range to 0 | Excel Discussion (Misc queries) | |||
Sumproduct against worksheet vs named range- any speed difference? | Excel Worksheet Functions | |||
Range Name affecting speed of macro | Excel Worksheet Functions | |||
Can you speed UP drag speed? | Excel Discussion (Misc queries) |