![]() |
How to remove duplicate text with comma seperated
Hello,
Function NoDupe(r As Range) As Variant Dim rC As Variant, obj As Object Set obj = CreateObject("Scripting.Dictionary") For Each rC In Split(r, ",", -1) obj.Item(rC) = rC Next rC NoDupe = Join(obj.keys, ",") Set obj = Nothing End Function Regards, Bernd |
How to remove duplicate text with comma seperated
Thank Guys..
It's work find. |
All times are GMT +1. The time now is 10:23 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com