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...
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...