Trying to hide Chart Title:
With objChart.Chart
.ChartArea.AutoScaleFont = False '1
.ChartType = xlColumnClustered '2
.SetSourceData Source:=myDataRange '3
.HasLegend = False '4
.HasTitle = False '5
'.SetElement (msoElementChartTitleNone) '6
Tried both (lines 5 and 6), neither work.
Line 6 is from the recorded Macro.
Any other way to do this?
(.HasLegend works as expected)
This works fine for me: