Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Send email with 2 or more attachments

Hello,

Is there a code to send 2 or more (XL workbook) as email attachments? I used
Ron's code to attach 1 whole workbook in an email. I am using Microsoft
Outlook. XL 2003. Help please.

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Send email with 2 or more attachments

Hi

Repeat the Attachments.Add lines in my Outlook examples

.Attachments.Add ("C:\test.txt")
.Attachments.Add ("C:\test2.txt")

If you use the SendMail examples it is not possible


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"al_ba" <al_814 wrote in message ...
Hello,

Is there a code to send 2 or more (XL workbook) as email attachments? I used
Ron's code to attach 1 whole workbook in an email. I am using Microsoft
Outlook. XL 2003. Help please.

Thanks in advance.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Send email with 2 or more attachments

Thanks Ron :)

"Ron de Bruin" wrote:

Hi

Repeat the Attachments.Add lines in my Outlook examples

.Attachments.Add ("C:\test.txt")
.Attachments.Add ("C:\test2.txt")

If you use the SendMail examples it is not possible


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"al_ba" <al_814 wrote in message ...
Hello,

Is there a code to send 2 or more (XL workbook) as email attachments? I used
Ron's code to attach 1 whole workbook in an email. I am using Microsoft
Outlook. XL 2003. Help please.

Thanks in advance.


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
Auto send spreadsheets as email attachments JDaywalt Excel Programming 1 August 7th 07 05:54 PM
send to command/ e-mail and attachments ecommatt Excel Programming 3 June 19th 07 08:56 AM
Help! Macro to send email from Excel and add other attachments Rafael_SP Excel Programming 3 February 21st 07 01:55 PM
Send an email, some with/without attachments [email protected] Excel Discussion (Misc queries) 0 January 22nd 07 08:34 PM
how can i send email with attachments paths (3 workbooks) located in the cell a1 to a3 VB Script for Excel Excel Programming 1 March 26th 06 02:44 PM


All times are GMT +1. The time now is 04:53 PM.

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"