+ Reply to Thread
Results 1 to 3 of 3

Copying column of email addresses to send

  1. #1
    Registered User
    Join Date
    03-20-2006
    Posts
    8

    Copying column of email addresses to send

    I have a column of several hundred email addresses which I need to copy and paste into an email I am composing. I need to add a "," comma at the end of each email inside each cell of the column. Is there a simple way to do this?

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    You could use a helper column

    Say A1 is the start of your e-mail addresses then in B1 enter

    =A1&","

    then drag down formula. Then paste special values.

    Or

    if they all end in say .uk you could select the column and press Ctrl + H. Find would be .uk and replace would be .uk,

    VBA Noob

  3. #3
    Registered User
    Join Date
    03-20-2006
    Posts
    8
    Thanks I knew it was something simple like that I just haven't learned every shortcut yet.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1