This is what we are trying to get to work if possible:

set rngFoundTest = Rows(ActiveCell.Row).Cells.Find(What:= "504" or "524" or "624" or ....)

The idea being to set rngFoundtest to either 504 or 524 or 624 ...depending on which was found on that particular row. No syntax error in the code BUT rngFoundTest = "Nothing" after this line.

Can I use one find statement to look for any one of multiple choices?

Thanks.