I need to create an excel spreadsheet to compile a list of names to mass email..?
Posted by admin
I need to create an excel spreadsheet to compile a list of names to mass email, what kind of format will work best for it? I would like for it to be easy enough when I could import or copy and paste it into an email. Thanks!
Wenona




September 29th, 2009 at 7:54 am
Excel format is by default .xls, when you say what format what is it that you mean. Are you looking to change the format to a text file? or do you mean the cell format?
October 1st, 2009 at 4:50 am
there is a format called "csv" it is known as comma delimited format it can be easily used in this case.
easily use fiel save as to reach it
To understand it more this format convert the rows of data into lines separated by comma which is used in emails and any other programmers that take values in comma delimited format
Try it !