View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ytayta555 ytayta555 is offline
external usenet poster
 
Posts: 247
Default If Then Conditionality Help

On 27 iul., 20:00, Jbm wrote:
If c.Value Like "Wooden Shoes" Then
Cells(RowCount, "H").Value = c.Value


Try to work with wildcards , such as :

If c.Value Like "*Wood*" Then ,
and "Wood*" and "*Wood"