je me demande si j'ai pas un problème de bibliotheque ...
même cet exemple tiré du site de microsoft ne fonctionne pas :
Private Sub CommandButton2_Click()
Dim MyString, MyArray, Msg
MyString = "VBScriptXisXfun!"
MyArray = Split(MyString, "x", -1, 1)
Msg = MyArray(0) & " " & MyArray(1)
Msg = Msg & " " & MyArray(2)
MsgBox Msg
End Sub
ça cale à chaque fois sur la fonction split (inconue)