Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

create email using VBA without adding default signature

  • Žane wotmołwy
  • 0 ma tutón problem
  • 1 napohlad
more options

I have an Excel VBA script to send emails to contacts using data in a spreadsheet. It does exactly what I want, except that Thunderbird always adds my default signature to the end of each email. While I want this for normal emails, I don't want the signature on these emails. How can I either tell Thunderbird to not add the signature or to delete it from the end of the email after the rest has been created. Here is my VBA code to call Thunderbird and construct an email...

   thund = "C:\Program Files\Mozilla Thunderbird\thunderbird.exe " & _
           "-compose " & """" & _
           "to='" & email & "'," & _
           "cc='" & cc & "'," & _
           "bcc='" & bcc & "'," & _
           "subject='" & subj & "'," & _
           "body='" & body & "'" & """"
   Call Shell(thund, vbNormalFocus)
I have an Excel VBA script to send emails to contacts using data in a spreadsheet. It does exactly what I want, except that Thunderbird always adds my default signature to the end of each email. While I want this for normal emails, I don't want the signature on these emails. How can I either tell Thunderbird to not add the signature or to delete it from the end of the email after the rest has been created. Here is my VBA code to call Thunderbird and construct an email... thund = "C:\Program Files\Mozilla Thunderbird\thunderbird.exe " & _ "-compose " & """" & _ "to='" & email & "'," & _ "cc='" & cc & "'," & _ "bcc='" & bcc & "'," & _ "subject='" & subj & "'," & _ "body='" & body & "'" & """" Call Shell(thund, vbNormalFocus)

Dyrbiće so pola swojeho konta přizjewić, zo byšće na přinoški wotmołwił. Prošu stajće nowe prašenje, jeli hišće wužiwarske konto nimaće.