gilles37
XLDnaute Occasionnel
Bonjours a tous,
J'ai un useform avec textbox etc...(formulaire) que l'on doit renseigner puis le contenu est envoyé en mail dans le corps du message à l'aide d'un CommandButton
Je souhaiterai que le texte A, , Lieu, Type, .. apparaissent en gras et soulignés dans le mail.
Les valeurs des textbox doivent rester normal, Mais je bloque
Si vous pouviez m'aider
Merci 😉
'===================================
msg = "le " & " " & TextBox16.Value & " " & TextBox17.Value & " " & TextBox18.Value & vbLf & vbLf
'===================================
msg = msg & " A: " & TextBox2.Value & vbLf & vbLf
msg = msg & "Lieu: " & TextBox23.Value & " " & TextBox8.Value & vbLf & vbLf
msg = msg & "type: " & ComboBox10.Value & " " & TextBox7.Value & vbLf & vbLf
msg = msg & Equipement: " & TextBox4.Value & vbLf & vbLf
msg = msg & "commentaire / Analyse: " & TextBox5.Value & vbLf & vbLf
msg = msg & "Actions curatives: " & TextBox6.Value & vbLf & vbLf
msg = msg & "" & vbLf & vbLf
J'ai un useform avec textbox etc...(formulaire) que l'on doit renseigner puis le contenu est envoyé en mail dans le corps du message à l'aide d'un CommandButton
Je souhaiterai que le texte A, , Lieu, Type, .. apparaissent en gras et soulignés dans le mail.
Les valeurs des textbox doivent rester normal, Mais je bloque
Si vous pouviez m'aider
Merci 😉
'===================================
msg = "le " & " " & TextBox16.Value & " " & TextBox17.Value & " " & TextBox18.Value & vbLf & vbLf
'===================================
msg = msg & " A: " & TextBox2.Value & vbLf & vbLf
msg = msg & "Lieu: " & TextBox23.Value & " " & TextBox8.Value & vbLf & vbLf
msg = msg & "type: " & ComboBox10.Value & " " & TextBox7.Value & vbLf & vbLf
msg = msg & Equipement: " & TextBox4.Value & vbLf & vbLf
msg = msg & "commentaire / Analyse: " & TextBox5.Value & vbLf & vbLf
msg = msg & "Actions curatives: " & TextBox6.Value & vbLf & vbLf
msg = msg & "" & vbLf & vbLf