Hello,
I have a macro that adds up data in 5 columns (Q to W) to a column(AB) and Erase the duplicates data.
However, the problem with this macro is that it does not work when there is nothing in one of the column...
Sub ThreeColDupes()
Dim MyDict As Object, MyCols As Variant, OutCol As...