Dim MyArray() As String MyArray = Split(List1.List(1), " ") 'or if tab seperated vbTab instead of " ". Good Luck.
確定! 回上一頁