Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
After I use Range.Find method programmatically, the standard search on sheets
dramatically slows down. What could be the reason and how can this side effect be taken out? Thanks! After I use Range.Find method programmatically, star=ndard it searches The relevant code is Set Rng = .Find("*" & What & "*", LookIn:=xlValues) If Not Rng Is Nothing Then firstAddress = Rng.Address Do If Not Rng Is Nothing Then ... Else Exit Do End If Set Rng = .FindNext(Rng) Loop While Not Rng Is Nothing And (Rng.Address < firstAddress) End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find & Replace Very Slow in VB But Not Manually | Excel Programming | |||
ADO - recordset find performance slow | Excel Programming | |||
slow processing with .find | Excel Programming | |||
Slow 'FIND' when entering a value in Combobox | Excel Programming | |||
Find function very slow, when XLS window is not active | Excel Programming |