An Excel mailing list is a text file in your file store
obtained by doing a SaveAs Text (Tab delimited) from Excel.
The Excel file must have at least two columns - in any position -
with labeles containing the following texts (in uppper or
lower case):
1) e-mail or email
2) name
The first column whose label matches one of the above,
is taken for that field.
For example, in the file below, the 1st and 3rd
fields are taken:
C:\MailLists\friends.txt
------------------------------------
Name<tab>Surname<tab>E-Mail
Mary<tab>Jones<tab>mjones@herdomain.com
Peter<tab>Smith<tab>jsmith@hisdomain.com
Name 3<tab>Surname 3<tab>e-mail 3
Name 4<tab>Surname 4<tab>e-mail 4
...
Name N<tab>Surname N<tab>e-mail N
------------------------------------
|
|
|