Public Function DelimElement(DelimStr As Variant, ElementIndex As Integer, Optional Delimiter As String = ",") As Variant
Return the nth element (starting at 1) of the delimited string
Delimited String Functions - Simple
Return the nth element (starting at 1) of the delimited string
Return the number of elements in the delimited string
Add an element to the delimited string.
Add an element to the delimited string, returning the new delimited string
Return the index of the element of the delimited string matching the passed string, or -1 if not found
Step through each element in the delimited string and trim and quote it, returning the new delimited string
Remove the element with the specified index from the delimited string.
Step through each element in the delimited string and trim and unescape it, returning the new delimited string