Hi There,
I am trying to export a recordset to an excel file using the Content Type
below in the header.
Response.Conten tType = "applicatio n/vnd.ms-excel"
Which works fine however the problem is that when I have a number in a
column with a leading zero the zero gets dropped.
E.G. 01760942 will be displayed as 1760942
How can I rectify this?
Thanks,
Kevin.
I am trying to export a recordset to an excel file using the Content Type
below in the header.
Response.Conten tType = "applicatio n/vnd.ms-excel"
Which works fine however the problem is that when I have a number in a
column with a leading zero the zero gets dropped.
E.G. 01760942 will be displayed as 1760942
How can I rectify this?
Thanks,
Kevin.
Comment