I am using the following code to split a string and retrieve them:
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
You need to show part not part(0)
part
part(0)
For Each part In parts MsgBox(part) Next