Change the name of the file attachment using sendobject

C

Chad

I would like to change the name of the excel spreadsheet that is attached to
an email using the sendobject method.

DoCmd.SendObject acSendQuery, "Q Email Export", acFormatXLS,
"[email protected]", , , " Email List Export"

any help is appreciated very much.

Chad
 
Top