I've written some nice VBA code to create a chart with no title, but when I allow the user to remove all but the last data series (with a userform), the name of that data series pops up automatically as the chart title. I tried to stop this with [chart_reference].HasTitle = False, but the name...