bjr
j'ai un pb avec ce code j'ai une erreur mais je ne vois pas ou si qql'un peut m'aider
merci d'avance
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 Dim stEmail As String Dim stAdresseEmailClient As String 'recupere l'adresse email du contact stEmail = Me.EMAIL_contact1 If IsNull(stEmail) Then MsgBox "pas d'envoi" End If stAdresseEmailClient = Trim(Left(stEmail, Len(stEmail) - InStr(stEmail, "#mailto") - Len("#mailto") - 1))
Partager