Av8tordude
Well-known Member
- Joined
- Oct 13, 2007
- Messages
- 1,075
- Office Version
- 2019
- Platform
- Windows
I have this line of code, but I thought it was to get exact match. How can I get the exact match?
Code:
If InStr(1, Cells(RowNum, 1).Value, "BA", vbTextCompare) > 0 Then