Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using the following to search for values in multiple worksheets.
Is there a way to specify which column it looks in to speed up the code a bit? For Each sh In bk.Worksheets For Each i In iRng Set rng = sh.Cells.Find( _ What:=i.Value, _ LookIn:=xlValues, _ Lookat:=xlWhole, _ MatchCase:=False) ' Do Stuff Next i Next sh Thanks, -- Dan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need Cells.find to find first number in a row which is 8000 | Excel Discussion (Misc queries) | |||
how to find cells that refer to data in other cells in excel | Excel Discussion (Misc queries) | |||
from a group of cells.find average of cells containing values | Excel Discussion (Misc queries) | |||
How to find multiple cells/replace whole cells w/data | Excel Discussion (Misc queries) | |||
If Cells.Find can't find anything | Excel Programming |