Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel ApplyDataLabels property
Message
From
06/06/2001 16:33:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Excel ApplyDataLabels property
Miscellaneous
Thread ID:
00516033
Message ID:
00516033
Views:
58
ok, I give up. I can't get this part to run. It fails in the
"SeriesCollection(1).ApplyDataLabels.Type=3"
saying it does not evaluate to an object.
All I want to do is to show percentage in the data labels.
what am I missing here?


WITH oBook
.ActiveChart.SeriesCollection(1).Select
.ActiveChart.SeriesCollection(1).ApplyDataLabels.Type=3
.ActiveChart.ChartTitle.SELECT
.ActiveChart.ChartTitle.AutoScaleFont = .T.
.ActiveChart.ChartTitle.FONT.NAME = "Arial"
.ActiveChart.ChartTitle.FONT.FontStyle = "Bold"
.ActiveChart.ChartTitle.FONT.SIZE = 36
ENDWITH
Next
Reply
Map
View

Click here to load this message in the networking platform