× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Recently, an associate, Ricky Thompson, gave me this tip. 
He said, MS Excel will open a text file, formatted as an HTML 
table, without any intervention if the file has a .xls extension. 
Try it. Paste the HTML below into notepad and save it with the 
.xls extension then open it in Excel.

You'll just need to create a the file with HTML table tags instead 
of a CSV file. I'll leave that as an exercise for the reader. :)

<table border="1">
<tr><td><b>Product Id</b></td><td><b>Description</b></td><td><b>On
Hand</b></td><td></tr>
<tr><td align="left">WIDGET-A</td><td align="left">A
Widget</td><td>0</td></tr>
<tr><td align="left">WIDGET-B</td><td align="left">B
Widget</td><td>255</td></tr>
</table>

HTH

Reggie Acosta
Brown Jordan International


>....however automation between the mailing out and the end-user 
> opening it up in EXCEL would be great!!
> 
> Any ideas people?
> 
> Thanks much.
> 
> Rick Rayburn
> NYC
 


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.