View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shani Shani is offline
external usenet poster
 
Posts: 33
Default 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