S
Shani
So if a cell contains "catsdogs" i want some code that would return
true
If Cells(Rowx, Coly) = "cat" Then
x = true
This does not work
true
If Cells(Rowx, Coly) = "cat" Then
x = true
This does not work