The Example Code:[CODE]
Row = 1 LastRow = {some number}
Rng = "A" & Row ":" & "A" & LastRow
Do While Find_String(Rng,"Look for Something",Ans_Row) Then
______...
______Row = Row + 1
______Rng = "A" & Row ":" & "A" & LastRow
Loop[/CODE]
I have just found that the FIND...