Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Numberformat in Excel Automation
Message
From
19/07/2002 08:07:57
 
 
To
19/07/2002 06:27:13
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00680345
Message ID:
00680364
Views:
23
Hi Jonathan.

In Excel I would go to format cells, select a custom category and write: #,##0 "Days", but in VFP, since the whole format must come within inverted commas I tried "#,##0 Days" and it produced an error.

Try this:

oCell.NumberFormat = [#,##0 "Days"]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform