Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default email to multiple

hi geebee

see
http://www.rondebruin.nl/mail/tips2.htm

--

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



"geebee" (noSPAMs) wrote in message
...
hi,

I have code to send an email to one person, but I want to change this to
go
to many people, like the addresses I list. Is there a way to separate
email
addresses by commas or something?

Dim OutApp As Object
Dim OutMail As Object
Dim strto As String, strcc As String, strbcc As String
Dim strsub As String, strbody As String

Set OutApp = CreateObject("Outlook.Application")
OutApp.Session.Logon
Set OutMail = OutApp.CreateItem(0)

strto = "
strcc = ""
strbcc = ""
strsub = Subject

Thanks in advance,
geebee


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
multiple email accounts Julie Hiett Excel Discussion (Misc queries) 2 January 25th 08 05:00 PM
Email Hyperlink Multiple Recipients Kim Excel Discussion (Misc queries) 2 March 9th 06 10:09 PM
Email to multiple persons Telecommm Excel Programming 2 January 20th 06 08:23 AM
Multiple Email Address in Notes Nigel Excel Programming 1 July 28th 05 05:40 PM


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