please help Need VBA code that searches for partial text in a cell
If Cells(Rowx, Coly) Like "*cats*" Then
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"Shani" wrote in message
oups.com...
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
|