In other languages I have worked with, I could use a group() function that would pick out a subset of text within a string. Group("1234 5678 9101112 13141516",2) ="5678" because 5678 is the second "grouping" of data in the string. Is there a similar function in VBA?