I am using the following code to send ASP to Excel
Response.ContentType = "application/vnd.ms-excel"
I have a set of 18 numbers, but once it hits 15 characters, anything
after is turned into zero's (000) for some reason. While looking
online, I can see that 15 may be a limitation. Is there a work around
for this?
For example:
Data should show as:
850036701888998124
But is showing as:
850036701888998000
Any thoughts would be greatly appreciated!
Thank you!!!!!!!!!!
--
HTH,
Bob Barrows
Thank you for getting back to me!
When I run it just as HTML it does produce the desired results. Also,
if I Export directly from the database (Access) it looks OK too.
The problem seems to be when I add the Excel Export code into the HTML
as it appears to stop at 15 characters.
You're missing the point. Does the html that is produced when you save
the Excel file as html resemble the html your "Excel Export" code
produces? If not, there is your problem.
--
HTH,
Bob Barrows