UDF6: Concatenate Unique Items (excel VBA)

Опубликовано: 13 Март 2026
на канале: Matt Paul
3,096
11

Find me on twitter here:   / mattpaul25  
https://github.com/MattPaul25/VBA_fun...

This function currently has an issue and will not work in certain scenarios. The problem is that if i have a string that matches a partial string - the methodology would not see the partial string as a unique item because it would find the string within the concatenated string. Ill come up with a fix shortly.

I have been goofing around with music in the intro lately --- not sure why haha.

I show you how to create a user defined functino to concatenate strings based on whether they are uniques in a list..