• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. E

    highlight duplicates with macro only

    ok, ill try the tweaked code. Thanks!
  2. E

    highlight duplicates with macro only

    if I were you I'd try looking for a 2nd hand Cray One, they should be cheap today. I dont understand what the 2nd hand cray one is? I had looked through this site and cant really find how I can get this to work I have other macros that handle the entire data no problem that was done. I dont...
  3. E

    highlight duplicates with macro only

    I looked all over the internet and found some macro programs to highlight duplicates but it ended up not responding. Sub DupFinder() Dim r As Range, t As Range Set t = Range(“c1:c350000”) For Each r In t v = r.Value If Application.WorksheetFunction.CountIf(t, v) > 1 Then...
Back
Top