Thread: E-Mail Question
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
SRS Man SRS Man is offline
external usenet poster
 
Posts: 4
Default E-Mail Question

Thanks that helped a lot.

"Frank Kabel" wrote in message
...
Hi
have a look at Ron's site
http://www.rondebruin.nl/sendmail.htm
maybe this helps solving your problem


--
Regards
Frank Kabel
Frankfurt, Germany

SRS Man wrote:
Hello,

I have a spreadsheet that contains user errors and e-mail addresses.
This will change everyday. I want to send an e-mail to each user
based on the information in the spreadsheet. For example

A B C
1 Test myemail.com 02/23/04
2 Test2 another.com 02/23/04

I want to send an e-mail to each item in column B with the text of
column A and C

I have an e-mail script that I use, I can't seem to get the
recipients to change and the program to go to line 2.

Please help.

Thanks