SendObject

  • Thread starter Thread starter Clois Beckwith
  • Start date Start date
C

Clois Beckwith

I have a macro written that Sends Object as a "rptPO_Print" object to
Outlook? I have a field called "ID" that I want to include in the
rptPO_Print.snp file, but can't figure out how to code on the line with the
rptPO_Print line for the sendobject. Any suggestions?
 
This a clarification, I want to concatenate the "rptPO_Print" to "ID" with a
space between the two.
 
Clois,

As far as I know, this is not possible with a SendObject macro. Sorry. You
may need to consider an OutputTo action, followed by a SendObject with no
object specified, and then manually attach the file produced by the OutputTo
before sending the email.
 
Back
Top