Hello!
I have thousands of cells with repeated terms, and would like to delete the repeated/duplicate words in the cells without deleting the entire rows.
I found the following VBA code (below) on this forum that comes close to achieving this end but with some limitations that I need help with.
Here is an example of a cell content: Measles, Measles, Measles, Measles, Measles, Measles, Measles, Dengue, Dengue, Dengue, Dengue, Dengue, Dengue, Dengue
Running the code gives the following: Measles, , , , , , , Dengue, , , , , ,
But ideally, I would want to just have Measles, Dengue
Any help would be much appreciated. Thanks
![]()
Please Login or Register to view this content.
Bookmarks