I'm trying to turn this IF EQUALS STATEMENT TO an IF CONTAINS STATEMENT...I know i need to use INSTR but i can't figure out the full logistics..see code below...i need to change the part that says If Cells(i, 2) = idmtitle Then
Sub finddata()
Dim idmtitle As String
Dim finalrow As Integer...