Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel Automation - ConditionalFormat
Message
From
17/02/2004 19:54:50
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Excel Automation - ConditionalFormat
Miscellaneous
Thread ID:
00878157
Message ID:
00878157
Views:
64
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.
Next
Reply
Map
View

Click here to load this message in the networking platform