TheWildAfrican
Board Regular
- Joined
- Apr 23, 2013
- Messages
- 70
Dear All:
I'm getting a run-time error each time I tried to execute the code below.
objChart.SeriesCollection(1).DataLabels.Font.Size = 7
objChart.SeriesCollection(1).ApplyDataLabels AutoText:=True, LegendKey:= _
False, ShowSeriesName:=False, ShowCategoryName:=False, ShowValue:=False, _
ShowPercentage:=False, ShowBubbleSize:=False
Has anyone encountered the bug before?
Thanks for your anticipated help.
Best,
TheWildAfrican
I'm getting a run-time error each time I tried to execute the code below.
objChart.SeriesCollection(1).DataLabels.Font.Size = 7
objChart.SeriesCollection(1).ApplyDataLabels AutoText:=True, LegendKey:= _
False, ShowSeriesName:=False, ShowCategoryName:=False, ShowValue:=False, _
ShowPercentage:=False, ShowBubbleSize:=False
Has anyone encountered the bug before?
Thanks for your anticipated help.
Best,
TheWildAfrican