Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using the following to search for values on each sh, if/when found
it copies values back to the activesheet. But if the value is in multiple columns it sometimes uses that value instead. Since it's only supposed to search in column 3 why would it even find that value in the first place? With sh xEnd = .Cells(Rows.count, 3).End(xlUp).Row Set xRng = .Range(.Cells(2, 3), .Cells(xEnd, 3)) End With Set rng = xRng.Find( _ What:=i.Value, _ LookIn:=xlValues, _ MatchCase:=False) Thanks, -- Dan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find Last cell in Range when range is date format | Excel Discussion (Misc queries) | |||
Find a range of values in a range of cells | Excel Worksheet Functions | |||
Find the POSITION IN A RANGE of text in a string that matches value(s) in a range | Excel Programming | |||
Find dates in a range; then sum values in that range by a criteria | Excel Discussion (Misc queries) | |||
Find first cell in range and expand range -VBA | Excel Programming |