Send workbook using Outlook

K

KellyinCali

I am trying to auto-send a workbook via Outlook before closing. What I have
appears to be sending the file ok, but later I do not see it in my Sent Mail
folder in Outlook. Is there a more specific way I should do it? Also, the
file extension shows on the receiving end. Is there a way to avoid that?
Also, it is a standard Excel 2007 workbook.. am I using the correct file type?

TIA,
Kelly

ActiveWorkbook.SaveAs Filename:= _
"C:\Documents and Settings\kellyh\My Documents\SPO's\SHIP DOCS\" &
Range("J1").Value & ".xlsx", FileFormat:= _
xlOpenXMLWorkbook, CreateBackup:=False

ActiveWorkbook.SendMail "(e-mail address removed)"
ActiveWorkbook.Close savechanges:=False
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top