i have a mailing list and my website wont import them as they are not seperated by commas and there is way too many to do it manually, wondered if anyone knew any software that could extract the email address and save it again with commas in between?
i dont have excell and dont know how to use macro’s. what software?
constantcontact.com
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
This entry was posted on September 3, 2009 at 8:05 pm and is filed under Software (Tags: Email Address, Email Addresses, Email List, Excell).
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Comments (1)
You can take the list – into any text editor like vi, textpad etc. and write a macro to add a ,
Or else, using Excel – you can write a CONCATENATE function with a , as appending … and drag the formula so that the output is available with commas.