Hi People.
Wondering if you can help me here.
A while ago i wrote a VBA macro for Microsoft excel that contained the following statement:
For i = 1 To LastRow
If Application.CountIf([A15:A10000], Cells(i, "A")) = 1 And _
Left(Cells(i, "E"), 2) = 75 Or Len(Cells(i, "E")) = 10 Then Cells(i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.