Hi,
I have a sheet with many columns, going from Column B to Column BA
I need vba code to do the following (it needs to be code because it won't be me doing it, except for the first time, and the person doing it in future needs to be able to just push a button).
The code needs to do a search for duplicate text in Column E, from E3 to end (variable), and where there are any duplicates, delete the entire row containing them.
Things I've tried so far have not been good!
Help appreciated.
I have a sheet with many columns, going from Column B to Column BA
I need vba code to do the following (it needs to be code because it won't be me doing it, except for the first time, and the person doing it in future needs to be able to just push a button).
The code needs to do a search for duplicate text in Column E, from E3 to end (variable), and where there are any duplicates, delete the entire row containing them.
Things I've tried so far have not been good!
Help appreciated.