Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel Sheet Formatting
Message
From
16/01/2006 10:50:02
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
 
To
16/01/2006 08:24:27
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01087027
Message ID:
01087179
Views:
17
Borislav, Tariq,
Thanks to Sergey, you can surpres 0s this way
.NumberFormat = "###,###,###"
* Or condtional formatting
.NumberFormat = "#[=0];###,###,###.00"
>>Dear Sir,
>>
>>Thank you very much for helping.
>>your all codes work fine
>>Here is another question
>>
>>How to apply following format in range(a1:d2)
>>
>>@Z 9,99,999.99
>>
>>Please help again
>
>
>loSheet.Range("A1:D2").Select
>loExcel.Selection.NumberFormat = "#,##0.00" && You can't hide zero values :o( (at least i don't know how)
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform