I am using
Set Fcell = tmpSheet.Range("A2:A" & lastrow).Find(What:="To find Value")
Now I want to search either for "To find Value" or "To find word" in the same cell. How to do it?
I am using
Set Fcell = tmpSheet.Range("A2:A" & lastrow).Find(What:="To find Value")
Now I want to search either for "To find Value" or "To find word" in the same cell. How to do it?