I am working on putting together some charts in VBA and could use some assistance with defining properties in the chart.
With ch .HasTitle = True
.ChartTitle.Text = aa & StartDate & " to " & EndDate
.ChartType = xlLine
.SetSourceData Source:=Range(RngStart & ":" &...