donkey shrek
New Member
Hi I'm new to Excel VBA and just wondering what this piece of code means
Thank you
Code:
If InStr(posA, cityB) > 0 And Len(cityB) > 0 _
And InStr(cityB, "(") > 0 And StrComp(Right(cityB, 1), ")", vbTextCompare)
Last edited by a moderator: