I would like to just set the If statement equal to "Ford" rather than "Ford Mustang". Is there a way to make what I'm searching for a wild card?
If Worksheets("Car Design").Cells(RowNum2, 10).Value = "Ford Mustang" Then
Worksheets("Car Quick Reference View").Cells(10, ColNum) = Worksheets("Car Design").Cells(RowNum2, 11)
End If
If Worksheets("Car Design").Cells(RowNum2, 10).Value = "Ford Mustang" Then
Worksheets("Car Quick Reference View").Cells(10, ColNum) = Worksheets("Car Design").Cells(RowNum2, 11)
End If