<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
 If you export from xls to a comma delimited file, you could<br>
 do something like<br>
<br>
   Column_data = lists:nth( Col, re:split(Line, ",") )<br><div><div class="h5"></div></div></blockquote><div><br></div><div>I guess that will do the job alright. Thanks for your help.</div><div><br></div><div>Michael </div>
</div>