M
Mike
I am trying to save a number to excel using the correct number of digits. In
asp I write a number out to HTML formated as "4.50". I now want run that
page and save the results as an excel page.
I add Response.ContentType="application/x-msdownload"
and now the number displays as "4.5" in excel. I have tried to CStr(4.50)
when going to excel but that doesn't help.
How do I show the number of decimals I want??
Thanks
Mike
asp I write a number out to HTML formated as "4.50". I now want run that
page and save the results as an excel page.
I add Response.ContentType="application/x-msdownload"
and now the number displays as "4.5" in excel. I have tried to CStr(4.50)
when going to excel but that doesn't help.
How do I show the number of decimals I want??
Thanks
Mike