Hi
is there anyway using cell.find i can find an exact match on the number 0?
e.g
i have a column with value 0 and 111.07 i only want to find 0 values
example
is there anyway using cell.find i can find an exact match on the number 0?
e.g
i have a column with value 0 and 111.07 i only want to find 0 values
example
Code:
Cells.Find(What:=0, After:=Cells(17, 17), LookIn:=xlValues, LookAt:= _
xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False _
, SearchFormat:=False).Activate