Dim i As Integer strTest = "abc, edf, hij, klm" arrResult = VBA.Split(strTest , ",", 3) For i = LBound(arrResult) To UBound(arrResult)
確定! 回上一頁