OutputTo Then SendObject

  • Thread starter Thread starter DocB1973
  • Start date Start date
D

DocB1973

I have an OutputTo line in my macro that creates a file that is named based
on standard verbiage and the quote number. Is there a way to use SendObject
to attach the file created in the OutputTo line to an email?

Thanks,
DocB1973
 
Doc,

Not 100% autoimatic, I'm afraid. You could do your SendObject, with no
object specified, and set the 'Edit Message' argument to Yes. This will get
the email opening in your email client, with message and recipient details
ready to go, but then you will need to manually attach the file created by
the OutputTo action before sending.
 
Back
Top