intitulé = Split("DATE & HEURE,NOM OPERATEUR,REFERENCE CONCERNEE,QUANTITE SUR GALIA,QUANTITE DANS UC,COMMENTAIRE DU PIETON QUAI,SUPERVISEUR PRESENT", ",")
Controles = Array(TextBox1, ComboBox3, TextBox3, TextBox4, TextBox5, TextBox7, ComboBox1)
Dim Dest$
Dest = "truc@toto.fr;machin@chose.com;bidule@touméméle.fr"
sendoutlook2 Dest, "moi@youyou@.truc", intitulé, Controles
MsgBox "Un email vient d'etre envoyé aux Superviseurs Log. et Responsable Appro."
End If
Unload UserForm1
End With