Hi there,
I want to set the graph title to the string stored in a given cell (the cells and strings will change)
I tired this but is just isn't working
ActiveChart.ChartArea.Select
With ActiveChart
.HasTitle = True
.ChartTitle.Characters.Text = Cells(3, 10)
End With
I want to set the graph title to the string stored in a given cell (the cells and strings will change)
I tired this but is just isn't working
ActiveChart.ChartArea.Select
With ActiveChart
.HasTitle = True
.ChartTitle.Characters.Text = Cells(3, 10)
End With