Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP to Excel

Status
Not open for further replies.

Esoteric

ISP
Feb 10, 2001
93
US
I have got this working great with the exception of the fields format. I need a colum to be CURRENCY and it goes in as text. Is there a way to format within the fields criteria.

Example

objRS.Fields.Item(4).Value = formatcurrency(CLAMOUNT,2)

This puts in into excel like this '$400.00 so its not really currency or not a number its text.

Is there something I am missing or is this a limit?
 



Hi Esoteric

Are you looking for the Numberformat Property of the Range Object in Excel?

Stew
 
Sure but I am looking for the syntax to utilize it through ASP.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top