2017-07-18 311 views

回答

3

采用分体式():

Sub TestModule() 
    Dim test As String 
    dim frstWrd as string 
    test = "Machine Head" 
    frstWrd = split(test," ")(0) 
    Debug.Print frstWrd 
End Sub 
+0

非常感谢! :D –

+2

@MattHill不要忘记通过点击选中标记来标记为正确。 –

相关问题