Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel Automation - ConditionalFormat
Message
De
17/02/2004 19:54:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Excel Automation - ConditionalFormat
Divers
Thread ID:
00878157
Message ID:
00878157
Vues:
66
Can anybody tell me why the following code compiles and executes, yet I get no result?



lcLastCell = oExcel.ActiveCell.SpecialCells(xlLastCell).Address()
oExcel.Range("B9:" + lcLastCell).Select

oExcel.Selection.FormatConditions.Delete
oExcel.Selection.FormatConditions.Add(xlformula,'=RIGHT($B9,5)="Total"')

With oExcel.Selection.FormatConditions(1).Font
.Bold = True
.Italic = False
EndWith

With oExcel.Selection.FormatConditions(1).Borders(xlBottom)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
ENDWITH



Thanks in advance for any suggestions!

Andrew
On a CLEAR day you can see forever.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform