Question : loop through cells in a column to create list of email I can copy and paste to email

Hello,

I have an excel document with a column in it containing emails addresses (these are my contacts of friends and family, not be be used for spamming).  I want to create a vba macro that will loop through all cells of the email column, copy all of the values (email address) and output to a word or text file.   The output doesn't matter actually as long as I can copy the output.

What's I'd like is create a list of email addresses, separated by semicolons ';' so that I can cut and paste into an email message.    Thanks for any insights, help, and/or code examples that can be provided to accomplish this.    

Answer : loop through cells in a column to create list of email I can copy and paste to email

Hello Icha,

you can copy the cells with the email addresses and paste them straight into the "To:" field in Outlook. There's no need to go via a ; separated list. Just paste into the To field, click "Check names" and your email addresses will be separated by a ;

cheers, teylyn
Random Solutions  
 
programming4us programming4us