Hi guys,
a few weeks ago I had a problem with duplication in two lists.
The working macro looks like this:
Right now, the macro compares the whole string in the column, and if there is a duplicate, it deletes the whole row. What kind of improvement I need: it compares just a part of the text and if it is equal to a part of another text located in other column and list, delete the whole row.
So an example:
I have email contacts and I need to compare a part of the email address which is after a character "@". So, from a text "karaka@centrum.cz" I need to take just "centrum.cz" and compare it with another cell, also just the part after a character "@", for example "blabla@centrum.cz". In this case, the row deletion should come. But in case "kaka@gmail.com" and "dada@jek.com" nothing should happen.
I probably need to modify just the part of the macro mentioned bellow, but I have no idea how to do that.
I hope you guys understand me :-)
Thanks a lot for your ideas.
Bookmarks