Exporting data in excel to word

  • Thread starter Thread starter SKMSOffice
  • Start date Start date
S

SKMSOffice

I have a list of email addresses in excel. I need to be able to paste those
addresses into an email so I need to export the column of email addresses to
word with a comma between each address, so I can paste it into my email To
field. Can anyone help?
 
Try this...

=A1&","

Assume that your data is in A Column so this formula should be pasted in B1
cell and drag it to the remaining cells. Because in your above post you
didn't mention that in which column the email id's are present.

Change the cell reference A1 to your desired cell.

If this post hels, Click Yes!
 
Back
Top