Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Emailing reports

I have created a program that will update a master spreadsheet every month.
At the end of this process, I have 13 files that will need to be emailed to
different people.

I currently use Eudora as my email client and I'm wondering if I can write a
macro that will interface with Eudora to send these files to a distrubtion
list using one of the stationaries that I have created?

If not, then I do have the ability to use Outlook 2007 to at least send the
messages out. I need to know what I need to do to be able to get Excel macro
to interface with Outlook to send the message to a distrubtion list.

thanks for the help in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Emailing reports

Hi Harddrive747

See this example for Outlook
http://www.rondebruin.nl/mail/folder2/files.htm

See also the other examples on this page
http://www.rondebruin.nl/sendmail.htm


--

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


"Harddrive747" wrote in message ...
I have created a program that will update a master spreadsheet every month.
At the end of this process, I have 13 files that will need to be emailed to
different people.

I currently use Eudora as my email client and I'm wondering if I can write a
macro that will interface with Eudora to send these files to a distrubtion
list using one of the stationaries that I have created?

If not, then I do have the ability to use Outlook 2007 to at least send the
messages out. I need to know what I need to do to be able to get Excel macro
to interface with Outlook to send the message to a distrubtion list.

thanks for the help in advance.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Emailing reports

Ron, thank you for this, I have been able to get it to work. Now the next
thing that I would like to do is two fold.

1. I would like to "format" the data in the body of the message. I tried
putting in the HTML code, but the system didn't see it that way.
2. I would like to be able to put multiple lines in the body, so that I
read it in visual basic the way that I would read and email. I don't want it
all on one line.

Thanks again, this will save me a lot of time.

"Ron de Bruin" wrote:

Hi Harddrive747

See this example for Outlook
http://www.rondebruin.nl/mail/folder2/files.htm

See also the other examples on this page
http://www.rondebruin.nl/sendmail.htm


--

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


"Harddrive747" wrote in message ...
I have created a program that will update a master spreadsheet every month.
At the end of this process, I have 13 files that will need to be emailed to
different people.

I currently use Eudora as my email client and I'm wondering if I can write a
macro that will interface with Eudora to send these files to a distrubtion
list using one of the stationaries that I have created?

If not, then I do have the ability to use Outlook 2007 to at least send the
messages out. I need to know what I need to do to be able to get Excel macro
to interface with Outlook to send the message to a distrubtion list.

thanks for the help in advance.


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Emailing reports

Hi

From my tips page

Formatted text (HTML)

If you want to create emails that are formatted you can use HTMLBody (Office 2000 and up) instead of Body.
You can find a lot of WebPages on the internet with HTML tags examples.

strbody = "<H3<BDear Customer</B</H3" & _
"Please visit this website to download the new version.<br" & _
"Let me know if you have problems.<br" & _
"<A HREF=""http://www.rondebruin.nl/""Ron's Excel Page</A" & _
"<br<br<BThank you</B"

Use .HTMLBody = strbody then instead of .Body = strbody


--

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


"Harddrive747" wrote in message ...
Ron, thank you for this, I have been able to get it to work. Now the next
thing that I would like to do is two fold.

1. I would like to "format" the data in the body of the message. I tried
putting in the HTML code, but the system didn't see it that way.
2. I would like to be able to put multiple lines in the body, so that I
read it in visual basic the way that I would read and email. I don't want it
all on one line.

Thanks again, this will save me a lot of time.

"Ron de Bruin" wrote:

Hi Harddrive747

See this example for Outlook
http://www.rondebruin.nl/mail/folder2/files.htm

See also the other examples on this page
http://www.rondebruin.nl/sendmail.htm


--

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


"Harddrive747" wrote in message
...
I have created a program that will update a master spreadsheet every month.
At the end of this process, I have 13 files that will need to be emailed to
different people.

I currently use Eudora as my email client and I'm wondering if I can write a
macro that will interface with Eudora to send these files to a distrubtion
list using one of the stationaries that I have created?

If not, then I do have the ability to use Outlook 2007 to at least send the
messages out. I need to know what I need to do to be able to get Excel macro
to interface with Outlook to send the message to a distrubtion list.

thanks for the help 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
EPM REPORTS - Exporting 2007 excel reports to 2003 excel report Prashanthi Setting up and Configuration of Excel 0 February 18th 08 03:02 PM
Generate Reports from Excel Using Seagate Crystal Reports PLs... H Chinx21 Excel Programming 0 May 5th 07 02:23 AM
Emailing Help Dave M[_2_] Excel Programming 1 January 29th 07 08:08 PM
Emailing lsherman22 Excel Discussion (Misc queries) 0 January 12th 06 07:35 PM
emailing phil Excel Programming 1 April 6th 04 09:13 PM


All times are GMT +1. The time now is 06:48 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"