Hi I am new to Excel to VBA and I am wondering if anyone could explain what this code means?
If InStr(posA, cityB) > 0 And Len(cityB) > 0 _
And InStr(cityB, "(") > 0 And StrComp(Right(cityB, 1), ")", vbTextCompare) = 0
Thank you!
Was just looking through VBA code