Hello,
I have this code that I need modified to search more than one term at a time. I need it to search everything from columns A to P.
Here is the code:
Private Sub Worksheet_Change(ByVal Target As Range)
If Intersect(Target, Range("B2")) Is Nothing Then Exit Sub...