Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Send workbook using Outlook

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 "
ActiveWorkbook.Close savechanges:=False


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to remove the outlook confirm window when use excel to send email from outlook? Tom Cai Excel Programming 3 March 4th 09 03:35 AM
How do I send an Excel 2007 workbook to an Outlook Exchange folder alexd Excel Discussion (Misc queries) 3 August 15th 07 10:38 AM
Send named Workbook to Outlook Annette Excel Programming 1 October 24th 06 02:48 PM
How can I use Outlook express to send mail rather than Outlook by VBA code new.microsoft.com Excel Programming 1 August 1st 05 12:45 PM
Cannot send out Excel workbook through Outlook Express Abel Chan Excel Programming 5 March 7th 05 03:34 AM


All times are GMT +1. The time now is 02:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"