|
This doesn't solve the original problem if I read things correctly. If the value of a character field is 00255 Excel will still interpret this as a number and lose the leading zeros. I checked this by using the html below and changing B Widget's value to 00255. Am I missing something? Scott Mildenberger --- Reggie Acosta <racosta@xxxxxxxxxxxxxxx> wrote: > 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> > __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.