R
Roy Lasris
I have a formula that accurately finds the existence of a term, but I need to
know in which cell the the term was found. Here is the formula:
foundit = Cells.Find(what:="ABC")
How can I determine the cell that "ABC" was in, and if it exists in any other
cells as well. Thanks.
Roy
know in which cell the the term was found. Here is the formula:
foundit = Cells.Find(what:="ABC")
How can I determine the cell that "ABC" was in, and if it exists in any other
cells as well. Thanks.
Roy