Kelvin Stott
Active Member
- Joined
- Oct 26, 2010
- Messages
- 338
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 of the last data series still pops up as the chart title when only one data series remains...
Is there any other way/command to override this automatic title popping up?
Is there any other way/command to override this automatic title popping up?