What do I need to do to combine these two bits of code so that the chart title is directly referenced to the cell rather than being created then changed? Ta!
With chtChart
.Chart.ChartTitle.Text = "Title"
End With
ActiveChart.ChartTitle.Select
Selection.Text = "='Data Entry Sheet'!R79C1"
With chtChart
.Chart.ChartTitle.Text = "Title"
End With
ActiveChart.ChartTitle.Select
Selection.Text = "='Data Entry Sheet'!R79C1"