samedi 9 mai 2015

VBA Get Unique values from RegEx.Execute

How can I filter a RegEx.Execute() to only contain the unique matches?

Currently I have this:

Set allMatches = RE.Execute(text)

And I know I can loop through the elements with:

For i = 0 To allMatches.Count - 1

Next

Aucun commentaire:

Enregistrer un commentaire