Hi all!
I'm using the following code found HERE (old thread so I won't ask questions there).
Which is notably shorter that the other solutions.
Interestingly, my first result and only my first result is duplicated. B2 and down looks something like
I'm just wondering if anyone can explain why it works perfectly with the exception of the first duplicate?
Or alternatively provide an equally short solution
Thanks!
I'm using the following code found HERE (old thread so I won't ask questions there).
VBA Code:
Public Sub Test()
ActiveSheet.Range("A2:A65536").AdvancedFilter Action:=xlFilterCopy, CopyToRange:=ActiveSheet.Range("B2"), Unique:=True
End Sub
Which is notably shorter that the other solutions.
Interestingly, my first result and only my first result is duplicated. B2 and down looks something like
916 |
916 |
542 |
1308 |
... |
I'm just wondering if anyone can explain why it works perfectly with the exception of the first duplicate?
Or alternatively provide an equally short solution
Thanks!