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

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