Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using a search and replace in a function to change a
text 0 to a numeric 0 but it seems to be running to long, here is the code ActiveSheet.Cells.Select Selection.Replace What:="0", Replacement:="0", LookAt:=xlPart, _ SearchOrder:=xlByColumns, MatchCase:=False, SearchFormat:=False, _ ReplaceFormat:=False Is there anything more efficient than this Thanks Nige |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Re-calculate function too slow | Excel Discussion (Misc queries) | |||
slow replace function | Excel Worksheet Functions | |||
macro function is too slow! | Excel Programming | |||
Optimize Slow function | Excel Programming |