Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel Format Cells
Message
 
 
To
06/02/2007 20:36:13
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01193056
Message ID:
01193166
Views:
14
>How to format excel cell using VFP? eg. I want to format a range of cells to number with 2 decimals point?
* Range
oSheet.Range("F4", "F10").NumberFormat = "###,##0.00"
* A column
oSheet.Columns(6).NumberFormat = "###,##0.00"
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform