What is the easiest way to filter a list of all values that repeat?
ie: A, A, B, C, D, D, E turns into B,C,E.
I'm guessing I have to do some kind of count but I'm not a VBA master and don't know the slickest way to do this.
I bow in your VBA expertise. Thanks!
ie: A, A, B, C, D, D, E turns into B,C,E.
I'm guessing I have to do some kind of count but I'm not a VBA master and don't know the slickest way to do this.
I bow in your VBA expertise. Thanks!