Thread
:
If Then Conditionality Help
View Single Post
#
2
Posted to microsoft.public.excel.programming
ytayta555
external usenet poster
Posts: 247
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"
Reply With Quote
ytayta555
View Public Profile
Find all posts by ytayta555