Is there a way to edit the code below to set who the email is from? The from in the email would be the same email address everytime. Obviuosly .from does not work. Any ideas? Thanks…
Set objDoc = objWord.Documents.Open(“c:tempword.doc”)
With objDoc.MailEnvelope.Item
.To = Nz(srt, “”)
.Subject = strSubject
‘.From = “something@aol.com” Set emai address
.Send