Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel Sheet Formatting
Message
 
To
06/03/2006 13:50:18
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
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:
01101854
Views:
11
>Sample:
>
>  .FormatConditions.Delete
>  .FormatConditions.Add(xlExpression,, '=Left($D2,5)="Sales"')
>  With .FormatConditions(1)
>    .Font.Bold = .T.
>    .Interior.ColorIndex = 4
>  Endwith
>
Cetin

Great! It will never comes to my mind :o))
You just have a little typo here, or maybe it is not a typo but it depends what list separator you set in Regional settings? but I think it should be:
*********************************************  |
.FormatConditions.Add(xlExpression,, '=Left($D2;5)="Sales"')
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform