Hi everyone, I have a situation where i want to do email merge using MS word reading from a view in SQL database. I have desinged an HTML template in Microsoft word whihc is basically a newsletter i want to send out to our customers. The merge is working perfectly except for one thing.I can't make the email goes to two persons at the same time ; send the email to someone and CC someone else at the same time. please find belwo the data I have in the sql view : Customer ID Customer Name Email1 Email2 100 One World one@mail.com cc@mail.com database name :Tripple View Name :newsletter userid :sa password:111 I am using microsoft word 2003. I believe that you can help me using VBA to write a code to accomplish this task since MS word has a limitation regarding sending emails to more that one recepient. I greatly appreciate your help.