Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Don is offline
external usenet poster
 
Posts: 21
Default Help with Creating Email

I have an excel 2003 workbook in which sheet A contains a report that needs
to be emailed on a regular basis. I would like to do this in VBA, but am
unfamiliar with the syntax to use. Email needs to show as if it was sent via
Outlook 2003 (possibly showing up in sent folder of default email addy). Any
help??

Don


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 747
Default Help with Creating Email

See Ron Debruin's site:

http://www.rondebruin.nl/sendmail.htm

Not shown in any of his examples that I am aware is that you can send to
multiple recipients using a semicolon to concatenate the different addresses,
e.g.:

With OutMail
..To = "
..CC = ....
etc.

Regards,
Greg


"Don" wrote:

I have an excel 2003 workbook in which sheet A contains a report that needs
to be emailed on a regular basis. I would like to do this in VBA, but am
unfamiliar with the syntax to use. Email needs to show as if it was sent via
Outlook 2003 (possibly showing up in sent folder of default email addy). Any
help??

Don



  #3   Report Post  
Posted to microsoft.public.excel.programming
Don Don is offline
external usenet poster
 
Posts: 21
Default Help with Creating Email

Thanks alot!

Don

"Greg Wilson" wrote in message
...
See Ron Debruin's site:

http://www.rondebruin.nl/sendmail.htm

Not shown in any of his examples that I am aware is that you can send to
multiple recipients using a semicolon to concatenate the different
addresses,
e.g.:

With OutMail
.To = "
.CC = ....
etc.

Regards,
Greg


"Don" wrote:

I have an excel 2003 workbook in which sheet A contains a report that
needs
to be emailed on a regular basis. I would like to do this in VBA, but am
unfamiliar with the syntax to use. Email needs to show as if it was sent
via
Outlook 2003 (possibly showing up in sent folder of default email addy).
Any
help??

Don





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 747
Default Help with Creating Email

Thank Ron not me. Correction to my post:
With OutMail
..To = "
..CC = ....
etc.

Greg


"Don" wrote:

Thanks alot!

Don

"Greg Wilson" wrote in message
...
See Ron Debruin's site:

http://www.rondebruin.nl/sendmail.htm

Not shown in any of his examples that I am aware is that you can send to
multiple recipients using a semicolon to concatenate the different
addresses,
e.g.:

With OutMail
.To = "
.CC = ....
etc.

Regards,
Greg


"Don" wrote:

I have an excel 2003 workbook in which sheet A contains a report that
needs
to be emailed on a regular basis. I would like to do this in VBA, but am
unfamiliar with the syntax to use. Email needs to show as if it was sent
via
Outlook 2003 (possibly showing up in sent folder of default email addy).
Any
help??

Don






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Help with Creating Email

Not shown in any of his examples that I am aware
Click on the Tip link on each example page Greg

--
Regards Ron De Bruin
http://www.rondebruin.nl



"Greg Wilson" wrote in message ...
See Ron Debruin's site:

http://www.rondebruin.nl/sendmail.htm

Not shown in any of his examples that I am aware is that you can send to
multiple recipients using a semicolon to concatenate the different addresses,
e.g.:

With OutMail
.To = "
.CC = ....
etc.

Regards,
Greg


"Don" wrote:

I have an excel 2003 workbook in which sheet A contains a report that needs
to be emailed on a regular basis. I would like to do this in VBA, but am
unfamiliar with the syntax to use. Email needs to show as if it was sent via
Outlook 2003 (possibly showing up in sent folder of default email addy). Any
help??

Don







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
Creating an email list ILunacy Excel Discussion (Misc queries) 1 March 5th 10 05:00 PM
Creating a macro from an email attachment lschuh Excel Discussion (Misc queries) 3 May 9th 09 09:06 AM
Creating a hyperlink to email the worksheet Dave Excel Discussion (Misc queries) 1 March 12th 09 01:00 PM
creating hyperlinks to email crossroads Excel Discussion (Misc queries) 0 November 8th 06 02:28 AM
Creating body in email Jordan Excel Programming 4 November 11th 05 09:35 PM


All times are GMT +1. The time now is 05:08 AM.

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

About Us

"It's about Microsoft Excel"