i have a sub that searches for specific text in a range of cells however i can only get it to react to the first occurence .
is there a way ot include all occurences of "TEXAS" ?
Code:
lCountay = Application.Match("*TEXAS*", Range("D1:D165"), 0)
MsgBox "Found 'TEXAS' at row : " & lCountay
Last edited: