I am having trouble with getting the split function to work!
The value of Rng1.Offset(0, 23).Value2 is “Training Given, Joe Bloggs, 12-12-17”![]()
Dim MyString As String MyString = Split(Rng1.Offset(0, 23).Value2, ",",2) MsgBox MyString
I am trying to extract the “Joe Bloggs” portion.
How can I modify the code to get it to work?
Thanks Sandy.
Bookmarks