Sytze,

You can also use textmerge() to create an html file with your data in an
html table format and have Excel import this file.

Example format (untested)

Repeat the table row format for every row of data you want to output.

<table>
<tr>
<td> column 1 data </td>
<td> column 2 data </td>
...
</tr>
...
</table>

Note: You will also need to use strtran() to map '&' to '&amp;', '<' to
'&lt;' and '>' to '&gt;' before outputting your data between the table
cell (<td>, </td>) tags.

We've had good luck with this technique in the past.

Malcolm

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to