View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Alan Alan is offline
external usenet poster
 
Posts: 492
Default Macro for e-mail

I hope the purpose of this isn't for spamming!! I'm sure it's not, but,

'Also I'm looking for help on being able to automate changing of the "From"
field in this e-mail to reflect an alias'

sounds suspicious!

Alan.


"xapoodax" wrote in message
...
awesome, I was able to extrapolate the info from the site and create a
macro
that does both e-mail as body and attach it as a file. thank you very much
for the link.

On a side note, does anyone know how to change the "From" field in the
e-mail using code? I would have thought it was

With OutMail
.From = ""

but this did not work.