Thread
:
please help Need VBA code that searches for partial text in a cell
View Single Post
#
1
Posted to microsoft.public.excel.programming
Shani
external usenet poster
Posts: 33
please help Need VBA code that searches for partial text in a cell
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
Reply With Quote
Shani
View Public Profile
Find all posts by Shani