B
bcap
Hi,
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!!!!!!!!!!
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!!!!!!!!!!