e-mail

L

leungkong

i am using "sendmail" to send out the workbook as below
e.g. workbook.SendMail emailaddr, subject

The email address is come from a contact list.
The problem is I can send to one email address only.

Any suggestion? Thanks.
 
L

leungkong

Thanks Tom,
But emailaddr is come from a contact list.
useing a code to search the address.
e.g.
Code Address
ABC (e-mail address removed)

but the cell cannot input - "(e-mail address removed); (e-mail address removed)"
 
L

leungkong

Thanks Ron de Bruin,
I read the website as below. I input two address in cell, using " ; " to
separate two address. But I've got the error 424.


You can use this to send to more then one person.
.To = "(e-mail address removed);[email protected]"
Or you can use a mail address in a cell like this
.To = ThisWorkbook.Sheets("Sheet1").Range("C1").Value
 
D

Doug Glancy

I second that. Don't really know who you are Tom, except a great resource
to this group. A while ago I noticed that that I wasn't seeing your name
here lately. This morning when I saw you answering questions, it brought a
smile to my face.

Doug
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top