....is it the posssible to:
format a field as "currency" or "number"?
format a field as a formula?
I create my sheet as a table
Response.Conten tType = "applicatio n/vnd.ms-excel"
response.write( '<tr><td>blahbl ah</td></tr>');
is there any other way?
BR
Sonnich
format a field as "currency" or "number"?
format a field as a formula?
I create my sheet as a table
Response.Conten tType = "applicatio n/vnd.ms-excel"
response.write( '<tr><td>blahbl ah</td></tr>');
is there any other way?
BR
Sonnich
Comment